.gitattributes | |
|
|
.github/ISSUE_TEMPLATE/---bug-report.md | |
|
|
.github/ISSUE_TEMPLATE/---custom-issue-template.md | |
|
|
.github/ISSUE_TEMPLATE/--feature-request.md | |
|
|
.github/ISSUE_TEMPLATE/dependabot.yml | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/dotnet.yml | |
|
|
.gitignore | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
EasyCache.Sample/Controllers/DefaultController.cs | 66 | A 0 mins |
|
EasyCache.Sample/Dtos/ProductResponseDto.cs | 13 | A 0 mins |
|
EasyCache.Sample/EasyCache.Sample.csproj | |
|
|
EasyCache.Sample/Program.cs | 24 | A 0 mins |
|
EasyCache.Sample/Properties/launchSettings.json | |
|
|
EasyCache.Sample/Startup.cs | 43 | A 0 mins |
|
EasyCache.Sample/appsettings.Development.json | |
|
|
EasyCache.Sample/appsettings.json | |
|
|
EasyCache.sln | |
|
|
LICENSE | |
|
|
README.md | |
|
|
pull_request_template.md | |
|
|
src/EasyCache.AspNetCore/Attributes/AutoCacheAttribute.cs | 45 | A 0 mins |
|
src/EasyCache.AspNetCore/EasyCache.AspNetCore.csproj | |
|
|
src/EasyCache.AspNetCore/README.md | |
|
|
src/EasyCache.AspNetCore/easyCache.png | |
|
|
src/EasyCache.Core/Abstractions/IEasyCacheService.cs | 16 | A 0 mins |
|
src/EasyCache.Core/EasyCache.Core.csproj | |
|
|
src/EasyCache.Core/Extensions/EasyCacheServiceExtension.cs | 31 | A 0 mins |
|
src/EasyCache.Core/README.md | |
|
|
src/EasyCache.Core/easyCache.png | |
|
|
src/EasyCache.MemCache/Concrete/EasyCacheMemCacheManager.cs | 47 | A 0 mins |
|
src/EasyCache.MemCache/EasyCache.MemCache.csproj | |
|
|
src/EasyCache.MemCache/Extensions/ApplicationBuilder.cs | 15 | A 0 mins |
|
src/EasyCache.MemCache/Extensions/ServiceCollection.cs | 19 | A 0 mins |
|
src/EasyCache.MemCache/README.md | |
|
|
src/EasyCache.MemCache/easyCache.png | |
|
|
src/EasyCache.Memory/Concrete/EasyMemoryCacheManager.cs | 46 | A 0 mins |
|
src/EasyCache.Memory/EasyCache.Memory.csproj | |
|
|
src/EasyCache.Memory/Extensions/ServiceCollection.cs | 18 | A 0 mins |
|
src/EasyCache.Memory/README.md | |
|
|
src/EasyCache.Memory/easyCache.png | |
|
|
src/EasyCache.Redis/Concrete/EasyCacheRedisManager.cs | 75 | A 0 mins |
|
src/EasyCache.Redis/EasyCache.Redis.csproj | |
|
|
src/EasyCache.Redis/Extensions/ServiceCollection.cs | 19 | A 0 mins |
|
src/EasyCache.Redis/README.md | |
|
|
src/EasyCache.Redis/easyCache.png | |
|
|