arcade_cache 1.0.1
arcade_cache: ^1.0.1 copied to clipboard
Cache for Arcade
1.0.0 #
- Updated dependencies
0.6.0 #
- BREAKING: Changed
BaseCacheManager
interface methods to returnFuture
instead ofFutureOr
- FEAT: Added pub-sub support to cache interface with typed event-based API:
subscribe()
returnsStream<PubSubEvent<T>>
with optional message mapperpublish()
publishes messages to channels and returns subscriber countunsubscribe()
removes subscriptions from channels- Added typed event classes:
PubSubMessage<T>
,PubSubSubscribed
,PubSubUnsubscribed
- FEAT: Implemented pub-sub in
MemoryCacheManager
with channel tracking and message broadcasting
0.5.0 #
- CHORE: Update version to 0.5.0 to align with core arcade package.
0.0.3 #
- FEAT: add MemoryCacheManager implementation for in-memory caching with TTL support.
0.0.2 #
- REFACTOR: fix samples and examples.
- FEAT: redis implementation.
- FEAT: make ready for publishing.
- FEAT: export BaseCacheManager.
- FEAT: rename to arcade.
0.0.1 #
- Initial version.