|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheManagerException | |
|---|---|
| com.atlassian.crowd.manager.cache | |
| Uses of CacheManagerException in com.atlassian.crowd.manager.cache |
|---|
| Methods in com.atlassian.crowd.manager.cache that throw CacheManagerException | |
|---|---|
Object |
CacheManager.get(String cacheName,
Serializable key)
Retrieves cached object. |
List |
CacheManager.getAllKeys(String cacheName)
Retrieve all keys from the cache. |
void |
CacheManager.put(String cacheName,
Serializable key,
Serializable obj)
Saves object to the cache. |
boolean |
CacheManager.remove(String cacheName,
Serializable key)
Removes cached object from the cache. |
void |
CacheManager.removeAll(String cacheName)
Removes all the entries from the given cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||