cacheKeyFn property
C Function(K)?
cacheKeyFn
final
Optional mapper between the item key K
and the cache key C
Implementation
final C Function(K)? cacheKeyFn;
Optional mapper between the item key K
and the cache key C
final C Function(K)? cacheKeyFn;