Interface WindowPartitionCache.CacheLoader<K,V>

Type Parameters:
K - the key type
V - 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

    Modifier and Type
    Method
    Description
    load(K key)
     
  • Method Details

    • load

      V load(K key)