cacheManager class

Constructors

cacheManager.new(Map<Type, List<Function>> converter)

Properties

classesKeys Iterable<Type>
no setter
commits int
getter/setter pair
converter Map<Type, List<Function>>
final
data Map<Type, dataCount>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sp ↔ SharedPreferences
getter/setter pair

Methods

addOrUpdate<T>(T i, {String? customID}) → void
if not using customID, then use dataToMap"id" as key
check() → void
get<T>(String id) → T?
incrementCommits() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Type T, String key, Map<String, dynamic> i) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

array → const String
array_ID → const String
array_N → const String
av → const String
cas → const String
inf → const String
map → const String
maxCommit → const int
ts → const String