cacheManager class
Constructors
-
cacheManager.new(Map<
Type, List< converter)Function> >
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