0.0.4 • Published 10 years ago

stratocacher-layer-lru v0.0.4

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
10 years ago

LayerLRU

A cache layer for stratocacher backed by lru-cache.

Options

  • max The maximum number of items in the cache. Not setting this is kind of silly, since that's the whole purpose of this lib, but it defaults to Infinity.

  • copy Always return a deep copy of values from the cache. Default is true. Set to false to cache by reference (use care).

0.1.5

7 years ago

0.1.0

7 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.9

10 years ago

0.0.4

10 years ago