menu
utilities_ab package
documentation
cache/storage_interface.dart
CacheStorage<K, V>
size property
size property
dark_mode
light_mode
size
property
Future
<
int
>
get
size
Returns the number of items currently stored.
Implementation
Future<int> get size;
utilities_ab package
documentation
cache/storage_interface
CacheStorage<K, V>
size property
CacheStorage class