getEntry abstract method
Returns the CacheEntry for the named cache value specified key.
name: The cache namekey: The cache key
Implementation
Future<CacheEntry?> getEntry(String name, String key);
Returns the CacheEntry for the named cache value specified key.
name: The cache namekey: The cache keyFuture<CacheEntry?> getEntry(String name, String key);