cacherine 1.0.2
cacherine: ^1.0.2 copied to clipboard
A Dart library that provides flexible in-memory cache implementations including FIFO, LRU, MRU, and LFU, with both single-threaded and async-enabled options for concurrent environments.
1.0.2 Improve package description #
- Updated the
description
field inpubspec.yaml
to meetpub.dev
requirements. - Expanded the package description to provide a clearer explanation of its functionality and target use cases.
1.0.1 Fix description in pubspec.yaml #
- Updated the
description
field inpubspec.yaml
to provide a more specific and accurate explanation of the package's functionality.
1.0.0 Initial release #
- First release of
cacherine
package on pub.dev - Provides basic memory cache implementations: FIFO, LRU, MRU, and LFU
- Includes two types of cache implementations:
- Simple, single-threaded usage
- Async-enabled versions for concurrent environments
- Designed to provide flexible, easy-to-use caching solutions for Dart applications
This is the first stable release. Feedback and contributions are welcome!