RuntimeCachingUtil class

Constructors

RuntimeCachingUtil()
factory

Properties

allKeys Set<String>
no setter
cacheSize int
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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