ContentCacheImpl class
- Implemented types
Properties
-
cache
→ Map<
String, Info> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onChangeStreamController
↔ StreamController<
Event> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearAll(
) → void -
override
-
dispose(
) → void -
override
-
isExists(
String key) → bool -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on<
T> (String name, EventHandler< T?> handler) → StreamSubscription<Event< T?> > -
override
-
remove(
String key) → void -
override
-
retrieve<
T> (String key, {bool force = false}) → T? -
override
-
retrieveOrDefault<
T> (String key, T? defaultVal) → T? -
override
-
save<
T> (String key, T? content, {Duration ttl = _defaultTtl}) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → ContentCacheImpl
-
no setter