Skip to content

Releases: TheCodeKing/SaintModeCache.Net

v1.0.6

Choose a tag to compare

@TheCodeKing TheCodeKing released this 30 Oct 11:26

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

v1.0.5

Choose a tag to compare

@TheCodeKing TheCodeKing released this 04 Oct 20:32

Fix to ensuring locking on first request.

v1.0.4

Choose a tag to compare

@TheCodeKing TheCodeKing released this 25 Sep 22:24

Removing normalisation of case around background thread locking.

v1.0.3

Choose a tag to compare

@TheCodeKing TheCodeKing released this 25 Sep 21:20

Fixes to locking.

v1.0.2

Choose a tag to compare

@TheCodeKing TheCodeKing released this 24 Sep 18:47

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

Choose a tag to compare

@TheCodeKing TheCodeKing released this 24 Sep 16:02

API tweaks to better support thread safety.

v1.0.0

Choose a tag to compare

@TheCodeKing TheCodeKing released this 24 Sep 15:42

Initial release.