menu
extensions package
documentation
caching.dart
MemoryDistributedCache
dispose method
dispose method
dark_mode
light_mode
dispose
method
void
dispose
(
)
Disposes the underlying memory cache.
Implementation
void dispose() { _cache.dispose(); }
extensions package
documentation
caching
MemoryDistributedCache
dispose method
MemoryDistributedCache class