Interface Cache.Factory<K,​V>

Enclosing class:
Cache<K,​V>

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

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