EasyCaching Versions Save

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

v1.4.0

2 years ago

Support distributed lock (#314 )

v1.3.0

3 years ago
  1. Fix unlock when data retriever throw exception (#306)
  2. Fix RedisDatabaseProvider can not work well when redis not available at first (#303)
  3. Fix CSRedisCachingProvider always return CacheValue when CacheNulls is true (#223)
  4. Fix LiteDB with data retriever fails when CacheNulls is true

v1.2.0

3 years ago
  1. Improve Serialization of Hybrid Provider (#270 )
  2. Fixed UTF-8 BOM of JsonSerializer (#272 )

v1.1.0

3 years ago

Time to release 1.x version, after almost two years of 0.x version.

  1. Allow to cache null value
  2. Fix LiteDB cache expiration issue
  3. Upgrading csredis (It will bring Breaking Changes)
  4. Support System.Text.Json
  5. Improve SQLite concurrency problem

v0.9.0

3 years ago

v0.8.10

3 years ago

v0.8.6

4 years ago

v0.8.5

4 years ago

v0.8.3

4 years ago
  1. Redis providers support some GEO methods
  2. Upgrading dependencies
  3. Fixed datetime exception of InMemory #180

v0.8.0

4 years ago
  1. Make Interceptors and response caching Support .netcore3.0.
  2. Remove WithServices method to support console apps (#142 #127 ).
  3. Add deep clone for memory cache provider (#150 ).
  4. Support multi instances of hybrid provider (#140 ).
  5. Improve RabbitMQ bus.
  6. Upgrading dependencies.
  7. Modify some extension methods' namespace.