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 Detail

      • load

        V load​(K key)