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.9.2

6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.9.1...v1.9.2

v1.9.1

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.9.0...v1.9.1

v1.9.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.8.0...v1.9.0

v1.8.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.7.0...v1.8.0

v1.7.0

1 year ago

What's Changed

Breaking change!!!!!!

The default DefaultBinaryFormatterSerializer was removed in this version, you should specify a serializer by yourself.

https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/5.0/binaryformatter-serialization-obsolete

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.6.1...v1.7.0

v1.6.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.6.0...v1.6.1

v1.6.0

2 years ago

What's Changed

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.5.1...v1.6.0

v1.5.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.5.0...v1.5.1

v1.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/dotnetcore/EasyCaching/compare/v1.4.1...v1.5.0

v1.4.1

2 years ago
  1. Expose raw cache database (https://github.com/dotnetcore/EasyCaching/commit/a48832cd1757ca7cab9f93bf73d8d411e46fc951)
  2. SE.Redis Support KeyPrefix (#325 #326 )