menu
cacher package
documentation
cacher.dart
Storage<C extends CacheEntry<K, V>, K extends Comparable, V extends Object?>
capacity property
capacity property
dark_mode
light_mode
capacity
property
int
get
capacity
Capacity/size of the
Storage
.
Implementation
int get capacity => _size;
cacher package
documentation
cacher
Storage<C extends CacheEntry<K, V>, K extends Comparable, V extends Object?>
capacity property
Storage class