menu
core_y package
documentation
core_y.dart
Cache<V> typedef
Cache<V> typedef
dark_mode
light_mode
Cache<
V
>
typedef
Cache
<
V
> =
Map
<
String
,
_CacheValue
<
V
>
>
Implementation
typedef Cache<V> = Map<String, _CacheValue<V>>;
core_y package
documentation
core_y
Cache<V> typedef
core_y library