
public interface CacheManager extends Closeable
CacheManager holds references to Cache
and manages their creation.
This class is a singleton which can be retrieved via injection.<K,V> Cache<K,V> getCache(Class<K> key, Class<V> value, String name)
K - - The type of the keys for the cacheV - - The type of cache elementskey - - The type of the keys for the cachevalue - - The type of cache elementsname - - The name of the cacheCopyright © 2013. All Rights Reserved.