org.picketlink.internal.cache
K
V
public class DefaultCacheManager<K,V> extends Object implements CacheManager
CacheManager
protected Map<String,Cache<K,V>>
map
DefaultCacheManager()
Cache<K,V>
getCache(String cacheName)
void
setCache(String cacheName, Cache<K,V> cache)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Map<String,Cache<K,V>> map
public DefaultCacheManager()
public Cache<K,V> getCache(String cacheName)
getCache
public void setCache(String cacheName, Cache<K,V> cache)
cacheName
cache
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.