- Upgrade Microsoft.Extensions.Caching.* packages
- Feature: added ability to disable cache through requestheaders
- Update for .net 5 applications
- fix in CacheService: when data is found in one cache, break out the loop and don't look further
- fixed missing distributed cache handler registration when running in development mode with tier 2 cache enabled
- Update to .NET standard 2.0
- System.Text.Json package upgrade to 5.0.1 (support referenceloophandling)
- Changed to .NET standard 2.0
- Added multi-tier caching (tier 1: short lived in-memory caching, tier 2: Redis cache)
- .NET Core 2.2 upgrade with newtonsoft
- .NET Core 2.2 version without distributed caching
- .NET Core 2.2 upgrade
- Added configureawait(false)
- Distributed caching is now thread safe
- Working serialization & deserialization with utf8json
- Working serialization & deserialization
- Fixed exception handling
- Extended cache logging
- Added support for object serialization with utf8 json serialization fallback.
- Known issue: self referencing loops
- Serialization loop fixes.
- Add support for non serializable objects.
- Added get cache value functionality for distributed cacher.
- Added support for nullable return types.
- Added error logging when distributed cache is offline.
- Added distributed cache support.
- Various memorycache bugfixes.
- Initial version.