cacher 0.2.1 cacher: ^0.2.1 copied to clipboard
Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.
0.2.1 #
- Fix linter warnings.
- Update dev dependencies.
0.2.0 #
- Add optional
expiration
parameter in theCache.set
method. This only affects theTlruCache
and when specified, this takes precedence over the common expiry duration. #2
0.1.1+1 #
- Update README.
0.1.1 #
- Add examples.
0.1.0 #
- Initial development release.