menu
flutter_memory_cache_plus package
documentation
flutter_memory_cache.dart
Cache<K, V>
Cache.new constructor
Cache.new constructor
dark_mode
light_mode
Cache<
K
,
V
>
constructor
Cache<
K
,
V
>
(
int
capacity
,
Duration
ttl
,
CacheEvictionPolicy
<
K
>
_policy
)
Implementation
Cache(this.capacity, this.ttl, this._policy);
flutter_memory_cache_plus package
documentation
flutter_memory_cache
Cache<K, V>
Cache.new constructor
Cache class