AIC.Core.Caching.InMemory 2025.11.11.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AIC.Core.Caching.InMemory --version 2025.11.11.1
                    
NuGet\Install-Package AIC.Core.Caching.InMemory -Version 2025.11.11.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AIC.Core.Caching.InMemory" Version="2025.11.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AIC.Core.Caching.InMemory" Version="2025.11.11.1" />
                    
Directory.Packages.props
<PackageReference Include="AIC.Core.Caching.InMemory" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AIC.Core.Caching.InMemory --version 2025.11.11.1
                    
#r "nuget: AIC.Core.Caching.InMemory, 2025.11.11.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AIC.Core.Caching.InMemory@2025.11.11.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AIC.Core.Caching.InMemory&version=2025.11.11.1
                    
Install as a Cake Addin
#tool nuget:?package=AIC.Core.Caching.InMemory&version=2025.11.11.1
                    
Install as a Cake Tool

AIC Core Libraries

Transforming Industry Through Technology

AIC � Aerospace, Intelligence & Cyber � provides cutting-edge, mission-ready software components powering secure, data-driven systems for the UK defence and national security sector.


Overview

This repository contains the shared .NET libraries and services developed by AIC (Aerospace Intelligence Cyber).
Each package delivers a focused capability that can be integrated independently or combined to form a secure, modular software stack.

These libraries are built using C# and .NET 9, following SOLID, DRY, and TDD principles.
All packages are automatically versioned and published via Azure DevOps pipelines.


Packages

Package Description
AIC.Core Core abstractions, utilities, and shared models across AIC solutions.

Each package is available via NuGet using the AIC.* prefix.

dotnet add package AIC.Core.Identity.Data.Services

Features

  • Modular, versioned .NET 9 libraries.
  • Consistent NuGet metadata via shared Directory.Build.props.
  • Deterministic builds with embedded source link information.
  • MIT licensed for internal and partner integration.
  • Designed for both air-gapped and connected environments.

Usage Example

using AIC.Core.Identity.Data.Services;

var service = new UserAccountService(logger);
var account = await service.GetUserByIdAsync(userId);

Build & Packaging

  1. The repository uses a shared Directory.Build.props for package metadata.
  2. Versions are automatically injected by the build pipeline (e.g., 2025.11.9.3).
  3. Each project is packed with symbols (.snupkg) and published to the AIC NuGet feed.

To pack locally:

dotnet pack -c Release

Artifacts are created in ./artifacts/packages.


Repository Metadata


Contributing

This repository is managed internally by AIC.
External contributions are not currently accepted.
For collaboration opportunities, contact the AIC engineering team via the website.


Security

All packages are produced within a clean cloud build environment.
Source integrity is verified via SourceLink and reproducible builds.
Security vulnerabilities can be reported privately through official AIC channels.


License

Licensed under the MIT License.
See the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on AIC.Core.Caching.InMemory:

Package Downloads
AIC.Core.Data.MongoDb

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

AIC.Core.Data.EntityFramework

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

AIC.Core.Data.CosmosDb

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

AIC.Core.Data.Supabase

Shared .NET library for Aerospace, Intelligence, and Cyber solutions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.11.22.1 0 11/22/2025
2025.11.21.5 27 11/21/2025
2025.11.21.4 42 11/21/2025
2025.11.21.3 91 11/21/2025
2025.11.21.2 138 11/21/2025
2025.11.21.1 150 11/21/2025
2025.11.20.6 196 11/20/2025
2025.11.20.5 223 11/20/2025
2025.11.20.4 227 11/20/2025
2025.11.20.3 181 11/20/2025
2025.11.20.2 252 11/20/2025
2025.11.20.1 255 11/20/2025
2025.11.19.6 181 11/19/2025
2025.11.19.5 527 11/19/2025
2025.11.19.4 337 11/19/2025
2025.11.19.3 326 11/19/2025
2025.11.19.2 400 11/19/2025
2025.11.19.1 337 11/19/2025
2025.11.17.1 577 11/17/2025
2025.11.16.5 609 11/16/2025
2025.11.16.4 572 11/16/2025
2025.11.16.3 575 11/16/2025
2025.11.16.2 562 11/16/2025
2025.11.16.1 551 11/16/2025
2025.11.15.4 481 11/15/2025
2025.11.15.3 479 11/15/2025
2025.11.15.2 490 11/15/2025
2025.11.15.1 497 11/15/2025
2025.11.14.6 519 11/14/2025
2025.11.14.5 516 11/14/2025
2025.11.14.4 540 11/14/2025
2025.11.14.3 533 11/14/2025
2025.11.14.2 562 11/14/2025
2025.11.14.1 566 11/14/2025
2025.11.13.1 594 11/13/2025
2025.11.12.3 597 11/12/2025
2025.11.11.1 841 11/11/2025
2025.11.9.3 747 11/9/2025
2025.11.9.2 744 11/9/2025
2025.11.9.1 741 11/9/2025
2025.11.8.1 686 11/8/2025
2025.11.7.4 665 11/7/2025
2025.11.7.3 677 11/7/2025
2025.11.7.2 705 11/7/2025
2025.11.7.1 714 11/7/2025
2025.11.6.1 736 11/6/2025
2025.11.5.2 756 11/5/2025
2025.11.5.1 736 11/5/2025
2025.11.4.11 722 11/4/2025
2025.11.4.10 732 11/4/2025
2025.11.4.9 720 11/4/2025
2025.11.4.8 711 11/4/2025
2025.11.4.7 736 11/4/2025
2025.11.4.6 739 11/4/2025
2025.11.4.5 729 11/4/2025
2025.11.4.4 725 11/4/2025
2025.11.4.3 719 11/4/2025
2025.11.4.2 732 11/4/2025
2025.11.4.1 739 11/4/2025
2025.11.3.5 736 11/3/2025
2025.11.3.4 739 11/3/2025
2025.11.3.3 721 11/3/2025
2025.11.3.2 738 11/3/2025
2025.11.3.1 519 11/3/2025
2025.11.2.3 731 11/2/2025
2025.11.2.2 726 11/2/2025
2025.11.2.1 697 11/2/2025
2025.11.1.3 653 11/1/2025
2025.11.1.2 634 11/1/2025
2025.11.1.1 633 11/1/2025
2025.10.31.5 667 10/31/2025
2025.10.31.4 660 10/31/2025
2025.10.31.3 693 10/31/2025
2025.10.31.2 678 10/31/2025
2025.10.31.1 692 10/31/2025
2025.10.30.3 672 10/30/2025
2025.10.30.2 655 10/30/2025
2025.10.30.1 653 10/30/2025
2025.10.29.4 640 10/29/2025
2025.10.29.3 649 10/29/2025
2025.10.29.2 641 10/29/2025
2025.10.29.1 646 10/29/2025
2025.10.28.6 643 10/28/2025
2025.10.28.5 634 10/28/2025
2025.10.28.4 665 10/28/2025
2025.10.28.3 430 10/28/2025
2025.10.28.2 635 10/28/2025
2025.10.28.1 629 10/28/2025
2025.10.27.2 636 10/27/2025
2025.10.27.1 626 10/27/2025
2025.10.26.3 627 10/26/2025
2025.10.26.2 577 10/26/2025
2025.10.26.1 576 10/26/2025
2025.10.25.5 576 10/25/2025
2025.10.25.4 583 10/25/2025
2025.10.25.3 531 10/25/2025
2025.10.25.2 547 10/25/2025
2025.10.25.1 554 10/25/2025
2025.10.24.6 556 10/24/2025
2025.10.24.5 590 10/24/2025
2025.10.24.4 600 10/24/2025
2025.10.24.3 600 10/24/2025
2025.10.24.2 614 10/24/2025
2025.10.24.1 610 10/24/2025
2025.10.23.11 647 10/23/2025
2025.10.23.10 633 10/23/2025
2025.10.23.9 640 10/23/2025
2025.10.23.8 644 10/23/2025
2025.10.23.7 644 10/23/2025
2025.10.23.6 633 10/23/2025
2025.10.23.5 643 10/23/2025
2025.10.23.4 644 10/23/2025
2025.10.23.3 650 10/23/2025
2025.10.23.2 642 10/23/2025
2025.10.23.1 631 10/23/2025
2025.10.22.4 632 10/22/2025
2025.10.22.3 641 10/22/2025
2025.10.22.2 612 10/22/2025
2025.10.22.1 603 10/22/2025
2025.10.21.4 569 10/21/2025
2025.10.20.2 578 10/20/2025
2025.10.20.1 545 10/20/2025
2025.10.19.6 361 10/19/2025
2025.10.19.5 358 10/19/2025
2025.10.19.4 351 10/19/2025
2025.10.19.3 348 10/19/2025
2025.10.19.2 294 10/19/2025
2025.10.19.1 301 10/19/2025
2025.10.18.5 267 10/18/2025
2025.10.18.4 235 10/18/2025
2025.10.18.3 246 10/18/2025
2025.10.18.2 241 10/18/2025
2025.10.18.1 251 10/18/2025
2025.10.17.1 261 10/17/2025
2025.10.16.3 318 10/16/2025
2025.10.16.2 314 10/16/2025
2025.10.16.1 325 10/16/2025
2025.10.15.4 302 10/15/2025
2025.10.15.3 300 10/15/2025
2025.10.15.2 297 10/15/2025
2025.10.15.1 307 10/15/2025
2025.10.14.1 304 10/14/2025
2025.10.8.1 317 10/8/2025
2025.10.4.6 248 10/4/2025
2025.10.4.5 234 10/4/2025
2025.10.4.4 230 10/4/2025
2025.10.4.3 241 10/4/2025
2025.10.4.2 241 10/4/2025
2025.10.4.1 237 10/4/2025
2025.10.3.12 224 10/3/2025
2025.10.3.11 233 10/3/2025
2025.10.3.10 232 10/3/2025
2025.10.3.9 237 10/3/2025
2025.10.3.8 245 10/3/2025
2025.10.3.7 244 10/3/2025
2025.10.3.6 261 10/3/2025
2025.10.3.5 265 10/3/2025
2025.10.3.4 242 10/3/2025
2025.10.3.3 257 10/3/2025
2025.10.3.2 261 10/3/2025
2025.10.3.1 261 10/3/2025
2025.9.14.1 326 9/14/2025
2025.9.11.3 270 9/11/2025
2025.8.29.5 358 8/29/2025
2025.8.29.4 324 8/29/2025
2025.8.29.3 335 8/29/2025
2025.8.29.2 319 8/29/2025
2025.8.29.1 322 8/29/2025
2025.8.14.1 298 8/14/2025
2025.6.20.3 447 6/20/2025
2025.6.20.2 259 6/20/2025
2025.6.20.1 274 6/20/2025
2025.6.18.1 322 6/18/2025
2025.6.17.2 286 6/17/2025
2025.6.17.1 288 6/17/2025
2025.6.16.4 290 6/16/2025
2025.6.16.3 276 6/16/2025
2025.6.16.2 267 6/16/2025
2025.6.16.1 334 6/16/2025
2025.6.15.3 289 6/15/2025
2025.6.15.2 253 6/15/2025
2025.6.15.1 268 6/15/2025
2025.6.14.1 276 6/14/2025
2025.6.12.1 417 6/12/2025
2025.6.5.1 290 6/5/2025
2025.6.4.3 277 6/4/2025
2025.6.4.2 296 6/4/2025
2025.6.4.1 288 6/4/2025
2025.4.26.1 331 4/26/2025
2025.4.23.7 364 4/23/2025
2025.4.23.6 305 4/23/2025
2025.4.23.5 306 4/23/2025
2025.4.23.4 312 4/23/2025
2025.4.23.3 309 4/23/2025
2025.4.23.2 301 4/23/2025
2025.4.23.1 303 4/23/2025
2025.4.21.3 318 4/21/2025
2025.4.21.2 318 4/21/2025
2025.4.21.1 303 4/21/2025
2025.4.11.2 287 4/11/2025
2024.9.10.2 309 9/10/2024
2024.9.10.1 263 9/10/2024
2024.9.4.3 293 9/4/2024
2024.9.4.2 273 9/4/2024
2024.9.4.1 262 9/4/2024
2024.9.1.4 260 9/1/2024
2024.9.1.2 265 9/1/2024
2024.8.31.4 283 8/31/2024
2024.8.31.3 275 8/31/2024
2024.8.31.2 282 8/31/2024
2024.8.31.1 270 8/31/2024
2024.8.29.1 280 8/29/2024
2024.8.28.2 276 8/28/2024
2024.8.28.1 280 8/28/2024
2024.8.21.2 277 8/21/2024
2024.8.21.1 297 8/21/2024
2024.8.20.3 297 8/20/2024
2024.8.20.2 345 8/20/2024
2024.2.22.1 1,512 2/22/2024
2024.2.20.1 328 2/20/2024
2024.2.18.5 316 2/18/2024
2023.10.10.9 390 10/10/2023
2023.10.10.8 325 10/10/2023
2023.10.10.7 307 10/10/2023
2023.10.10.5 320 10/10/2023
2023.10.10.4 331 10/10/2023
2023.9.29.1 327 9/29/2023
2023.5.29.2 371 5/29/2023
2023.5.29.1 345 5/29/2023
2023.5.25.2 349 5/25/2023
2023.5.25.1 362 5/25/2023
2023.4.12.2 412 4/12/2023
2023.4.12.1 437 4/12/2023
2023.4.7.5 397 4/7/2023
2023.4.7.4 382 4/7/2023
2023.4.7.3 393 4/7/2023
2023.4.7.2 388 4/7/2023
2023.4.7.1 376 4/7/2023
2022.12.17.1 483 12/17/2022
2022.12.1.4 552 12/1/2022
2022.12.1.3 526 12/1/2022
2022.12.1.2 534 12/1/2022
2022.12.1.1 523 12/1/2022
2022.11.30.5 526 11/30/2022
2022.11.30.4 417 11/30/2022
2022.11.30.3 428 11/30/2022
0.0.3 237 4/19/2025
0.0.2 258 4/11/2025

See CHANGELOG.md for full release history.