menu
y_infra package
documentation
core/cache/i_cache.dart
ICache
set<T> abstract method
set<T> abstract method
dark_mode
light_mode
set<
T
>
abstract method
void
set
<
T
>(
String
key
,
T
data
, {
CacheType
type
=
CacheType.global
,
Duration
?
ttl
,
})
Implementation
void set<T>(String key, T data, {CacheType type = CacheType.global, Duration? ttl});
y_infra package
documentation
core/cache/i_cache
ICache
set<T> abstract method
ICache class