menu
swift_flutter package
documentation
core/caching.dart
MemoryCache<T>
size property
size property
dark_mode
light_mode
size
property
int
get
size
Get cache size
Implementation
int get size => _cache.length;
swift_flutter package
documentation
core/caching
MemoryCache<T>
size property
MemoryCache class