cacher 0.2.1 copy "cacher: ^0.2.1" to clipboard
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 the Cache.set method. This only affects the TlruCache and when specified, this takes precedence over the common expiry duration. #2

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
140
pub points
42%
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