Package | Description |
---|---|
org.picketlink.cache |
Package containing the caching wrapper
|
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 |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.