menu
icure_medical_device_dart_sdk package
documentation
utils/cached_map.dart
CachedMap<K, V>
CachedMap constructor
CachedMap constructor
dark_mode
light_mode
CachedMap<
K
,
V
>
constructor
CachedMap<
K
,
V
>
(
{
int
expirationInMillis
=
1000 * 60 * 5
,
int
maxSize
=
1000
,
})
Implementation
CachedMap({this.expirationInMillis = 1000 * 60 * 5, this.maxSize = 1000});
icure_medical_device_dart_sdk package
documentation
utils/cached_map
CachedMap<K, V>
CachedMap constructor
CachedMap class