menu
y_infra package
documentation
core/cache/implementations/no_cache.dart
NoCache
set<T> method
set<T> method
dark_mode
light_mode
set<
T
>
method
@
override
void
set
<
T
>(
String
key
,
T
data
, {
CacheType
type
=
CacheType.global
,
Duration
?
ttl
,
})
override
Implementation
@override void set<T>(String key, T data, {CacheType type = CacheType.global, Duration? ttl}) {}
y_infra package
documentation
core/cache/implementations/no_cache
NoCache
set<T> method
NoCache class