LocalStoreCacheMixIn mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String
-
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cacheSize()
→ Future<int>
-
override
-
delete(String path, String? name, {bool isPersistent = false})
→ Future<void>
-
-
deleteAll({bool deletePersistent = false})
→ Future<void>
-
override
-
get<T>(String path, String? name, CacheFromJson<T> fromJson, {Duration? maxAge, bool isPersistent = false})
→ Future<T?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
safePath(dynamic value)
→ String
-
-
set<T>(String path, String? name, T item, {CacheToJson<T>? toJson, Duration? maxAge, bool isPersistent = false})
→ Future<T>
-
-
toString()
→ String
-
A string representation of this object.
inherited