get abstract method
Returns the cache value for the specified key
.
key
: the keydelegate
: provides the caller a way of changing the CacheEntry before persistence
Implementation
@override
Future<T?> get(String key, {CacheEntryDelegate<T>? delegate});