CacheManager<T> class
Constructors
- CacheManager()
-
CacheManager.cacheOrSync({required SerializerFunc serializerFunc, required String key, required AsyncFunc<
T> asyncBloc, int? ttlValue}) -
CacheManager.justAsync({required String key, required AsyncFunc<
T> asyncBloc, int? ttlValue}) - CacheManager.justCache({required String key, required SerializerFunc serializerFunc, int? ttlValue})
Properties
- defaultSessionName ↔ String?
-
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
- sotrageImplimentation → StorageImplimentation
-
final
Methods
-
call(
) → Future< T?> -
clear(
{String? prefix}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited