cacher 0.2.0 copy "cacher: ^0.2.0" to clipboard
cacher: ^0.2.0 copied to clipboard

Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.

0.2.0 #

  • Add optional expiration parameter in the Cache.set method. This only affects the TlruCache and when specified, this takes precedence over the common expiry duration.

0.1.2 #

  • Evict expired entry and return null. #1

0.1.1+1 #

  • Update README.

0.1.1 #

  • Add examples.

0.1.0 #

  • Initial development release.
2
likes
130
pub points
29%
popularity

Publisher

unverified uploader

Implementations of common cache replacement algorithms. Includes LRU, TLRU, LFU.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on cacher