bond_cache library
Classes
- BondCache
- Cache
- A static class providing methods to interact with the caching system.
- CacheDriver
-
CacheObserver<
T> - InMemoryCacheDriver
- An in-memory cache driver that stores data in a local map.
-
ObserverWrapper<
T> -
A cache driver implementation using the
SharedPreferences
library for storing and retrieving cached data. -
StreamCacheObserver<
T>
Mixins
- CacheObservable
- A mixin that adds observable capabilities to a cache system. It allows objects to watch changes to specific cache keys and get notified when those keys are updated or deleted. Observers must implement the CacheObserver interface.