- Add an
LRU
cache implementation - Add a
maxMemoryItems
option to use an LRU instead of the simple in-memory cache
- #24 Fix Typescript typings
- Allow generics for strongly-typed cache operations
- Fix get method so it can return non-boolean values
- Move
rimraf
to regular dependencies
- Perform
npm outdated
to keep all dependencies up to date
- Allow consumers to use drivers for their own caches.
- #2 Conditionally ignore cache
- #1 Several small improvements.
- Initial Implementation