FastProjects.Caching
1.0.7
dotnet add package FastProjects.Caching --version 1.0.7
NuGet\Install-Package FastProjects.Caching -Version 1.0.7
<PackageReference Include="FastProjects.Caching" Version="1.0.7" />
paket add FastProjects.Caching --version 1.0.7
#r "nuget: FastProjects.Caching, 1.0.7"
// Install FastProjects.Caching as a Cake Addin #addin nuget:?package=FastProjects.Caching&version=1.0.7 // Install FastProjects.Caching as a Cake Tool #tool nuget:?package=FastProjects.Caching&version=1.0.7
π FastProjects.Caching
π¨ ALERT: Project Under Development This project is not yet production-ready and is still under active development. Currently, it's being used primarily for personal development needs. However, contributions are more than welcome! If you'd like to collaborate, feel free to submit issues or pull requests. Your input can help shape the future of FastProjects!
π Overview
Collection of interfaces to work with cache (for example, Redis integration).
π Roadmap
- β ICacheService - Interface for cache service
- β
RedisCacheService - Implementation of
ICacheService
that uses Redis - β
InMemoryCacheService - Implementation of
ICacheService
that uses in-memory cache - β CacheOptions - Options for cache service (expiration time, etc.)
- β ICachedQuery - Interface for cached query
- β QueryCachingBehavior - pipeline behavior for MediatR that caches ICachedQuery
π Installation
You can download the NuGet package using the following command to install:
dotnet add package FastProjects.Caching
π€ Contributing
This project is still under development, but contributions are welcome! Whether youβre opening issues, submitting pull requests, or suggesting new features, we appreciate your involvement. For more details, please check the contribution guide. Letβs build something amazing together! π
π License
FastProjects is licensed under the MIT License. See the LICENSE file for full details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- FastProjects.ResultPattern (>= 1.0.7)
- FastProjects.SharedKernel (>= 1.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.