Caching Attributes; method caching with interceptors on .netcore using Castle Windsor DI DynamicProxying, via Cache Attribute.
Info
Version: | 5.1.0 |
Author(s): | oguzhankahyaoglu |
Last Update: | Monday, March 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/oguzhankahyaoglu/CacheInterceptorsNetCore |
NuGet Url: | https://www.nuget.org/packages/Cached-Attributes-NetCore |
Install
Install-Package Cached-Attributes-NetCore
dotnet add package Cached-Attributes-NetCore
paket add Cached-Attributes-NetCore
Cached-Attributes-NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Castle.Core(>= 4.4.1)
- Castle.Core.AsyncInterceptor(>= 1.7.0)
- Castle.Windsor.MsDependencyInjection(>= 3.4.0)
- LazyCache.AspNetCore(>= 2.1.2)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 5.0.0)
Tags