menu
bb package
documentation
core/cache.dart
CacheClient
CacheClient.new constructor
CacheClient.new constructor
dark_mode
light_mode
CacheClient
constructor
CacheClient
(
)
An in-memory cache client.
Implementation
CacheClient() : _cache = <String, Object>{};
bb package
documentation
core/cache
CacheClient
CacheClient.new constructor
CacheClient class