Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: TheCodeKing/SaintModeCache.Net

v1.0.6

30 Oct 11:26
Compare
Choose a tag to compare

Adding ability to override the CacheItemPolicy within the creation delegate for a new cache item.

v1.0.5

04 Oct 20:32
Compare
Choose a tag to compare

Fix to ensuring locking on first request.

v1.0.4

25 Sep 22:24
Compare
Choose a tag to compare

Removing normalisation of case around background thread locking.

v1.0.3

25 Sep 21:20
Compare
Choose a tag to compare

Fixes to locking.

v1.0.2

24 Sep 18:47
Compare
Choose a tag to compare

Adding support for cancellation tokens. If update fails the update can be cancelled and force continued used of stale cache.

If no cache items exist and the request if cancelled, a null value will be returned to caller.

v1.0.1

24 Sep 16:02
Compare
Choose a tag to compare

API tweaks to better support thread safety.

v1.0.0

24 Sep 15:42
Compare
Choose a tag to compare

Initial release.