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;