CacheStoreAdapter class abstract

The CacheStoreAdapter provides a bridge between the store and the backend

Implementers

Constructors

CacheStoreAdapter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String name) Future<void>
Deletes a named cache from a store or the store itself if a named cache is stored individually
deleteAll() Future<void>
Deletes the store a if a store is implemented in a way that puts all the named caches in one storage, or stores(s) if multiple storages are used
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