Interface ConcurrentCache.Factory<K,​V>

Enclosing class:
ConcurrentCache<K,​V>

public static interface ConcurrentCache.Factory<K,​V>
Factory interface for creating various cacheable objects.
  • Method Summary

    Modifier and Type Method Description
    V newInstance​(K arg)