RuntimeCachingUtil class
Constructors
- RuntimeCachingUtil()
-
factory
Properties
Methods
-
cacheClass<
T> (String key, T object) → void -
cacheValue(
String key, dynamic value) → void -
cacheVariable<
T> (String key, T value) → void -
clearCache(
) → void -
containsKey(
String key) → bool -
getCachedClass(
String key) → Map< String, dynamic> ? -
getCachedValue(
String key) → dynamic -
getCachedVariable<
T> (String key) → T? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFromCache(
String key) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited