menu
mhu_dart_commons package
documentation
commons.dart
Cache<K, V>
Cache constructor
Cache constructor
dark_mode
light_mode
Cache<
K
,
V
>
constructor
Cache<
K
,
V
>
(
V
calc
(
K
key
)
)
Implementation
Cache(this.calc);
mhu_dart_commons package
documentation
commons
Cache<K, V>
Cache constructor
Cache class