Package | Description |
---|---|
org.picketlink.cache |
Package containing the caching wrapper
|
org.picketlink.internal.cache |
Package contains default cache implementation
|
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
Cacheable.getCache()
Get the
Cache |
<K,V> Cache<K,V> |
CacheManager.getCache(String cacheName)
Given a name for the cache, return an instance of
Cache |
Modifier and Type | Method and Description |
---|---|
<K,V> void |
Cacheable.setCacheManager(Cache<K,V> cache)
Set the
CacheManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCache<K,V>
Default instance of
Cache which is essentially
ConcurrentHashMap |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Cache<K,V>> |
DefaultCacheManager.map |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
DefaultCacheManager.getCache(String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheManager.setCache(String cacheName,
Cache<K,V> cache)
Set the cache
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.