cacheLoader property

CacheLoader<T?> cacheLoader
final

The CacheLoader for this cache. When set is used when the cache is expired to fetch a new value

Implementation

final CacheLoader<T?> cacheLoader;