cacherine 1.0.1 copy "cacherine: ^1.0.1" to clipboard
cacherine: ^1.0.1 copied to clipboard

A Dart library for efficient cache management.

1.0.1 Fix description in pubspec.yaml #

  • Updated the description field in pubspec.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!

1
likes
0
points
1.54k
downloads

Publisher

verified publisheryom-engine.com

Weekly Downloads

A Dart library for efficient cache management.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

synchronized

More

Packages that depend on cacherine