menu
khadem package
documentation
support.dart
Cache
add static method
add static method
dark_mode
light_mode
add
static method
Future
<
bool
>
add
(
String
key
,
dynamic
value
,
Duration
ttl
)
Implementation
static Future<bool> add(String key, dynamic value, Duration ttl) => _instance.add(key, value, ttl);
khadem package
documentation
support
Cache
add static method
Cache class