Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2.0.0 source code.tar.gz | 2025-03-05 | 202.6 kB | |
2.0.0 source code.zip | 2025-03-05 | 318.3 kB | |
README.md | 2025-03-05 | 2.3 kB | |
Totals: 3 Items | 523.2 kB | 0 |
Breaking Changes
- CacheManager.Microsoft.Extensions.Logging is not a separated package anymore. Logging is now part of the Core package.
- CacheManager.Memcached is not supported anymore
- CacheManager.Couchbase is not supported anymore
- CacheManager.Web is not supported anymore
What's Changed
- Added DataContract serialization support via System.Runtime.Serialization library. by @rebulanyum in https://github.com/MichaCo/CacheManager/pull/200
- Fixing concurrency issue in Memory Cache by @jkernsva in https://github.com/MichaCo/CacheManager/pull/266
- Fixed error message for incorrect name of CacheManager.Stackexchange.Redis package by @rwwilden in https://github.com/MichaCo/CacheManager/pull/275
- Add configuration by code for System.Runtime.Caching memory options [#177] by @nflash in https://github.com/MichaCo/CacheManager/pull/228
- Release 2.0 PR with a lot of changes by @MichaCo in https://github.com/MichaCo/CacheManager/pull/340
- New Ci build testing by @MichaCo in https://github.com/MichaCo/CacheManager/pull/380
- Fix infinite loop in CheckExtends by @Jmerk523 in https://github.com/MichaCo/CacheManager/pull/333
- corrections taken from [#320] by @MichaCo in https://github.com/MichaCo/CacheManager/pull/381
- Cleanup and some fixes by @MichaCo in https://github.com/MichaCo/CacheManager/pull/382
- More cleanup for 2.0 by @MichaCo in https://github.com/MichaCo/CacheManager/pull/384
New Contributors
- @rebulanyum made their first contribution in https://github.com/MichaCo/CacheManager/pull/200
- @jkernsva made their first contribution in https://github.com/MichaCo/CacheManager/pull/266
- @rwwilden made their first contribution in https://github.com/MichaCo/CacheManager/pull/275
- @nflash made their first contribution in https://github.com/MichaCo/CacheManager/pull/228
- @Jmerk523 made their first contribution in https://github.com/MichaCo/CacheManager/pull/333
Other Notes
Testing with Microsoft.Garnet
For testing and benchmarking, this project is now using Microsoft.Garnet, which allows to create a Redis server which runs in process and is easy to setup. This has some limitations though and before you use Microsoft.Garnet in production, be aware that key space notifications are not supported yet.