menu
stash package
documentation
stash_api.dart
CacheManager
getCache<T> method
getCache<T> method
dark_mode
light_mode
getCache<
T
>
method
Cache
<
T
>
?
getCache
<
T
>(
String
name
)
Gets an existing
Cache
name
: The name of the cache
Implementation
Cache<T>? getCache<T>(String name) { return get<T, Cache<T>>(name); }
stash package
documentation
stash_api
CacheManager
getCache<T> method
CacheManager class