Interface WindowPartitionCache.CacheLoader<K,V>
-
- Type Parameters:
K
- the key typeV
- the value type
- Enclosing interface:
- WindowPartitionCache<K,V>
public static interface WindowPartitionCache.CacheLoader<K,V>
The interface for loading entires into the cache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
load(K key)
-