Uses of Class
com.atlassian.crowd.manager.cache.CacheManagerException

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
 java.lang.Object CacheManager.get(java.lang.String key)
          Retrieves cached object from the default cache.
 java.lang.Object CacheManager.get(java.lang.String cacheName, java.io.Serializable key)
          Retrieves cached object.
 java.util.List CacheManager.getAllKeys()
          Retrieves all keys from the default cache.
 java.util.List CacheManager.getAllKeys(java.lang.String cacheName)
          Retrieve all keys from the cache.
 void CacheManager.put(java.lang.String key, java.io.Serializable obj)
          Saves object to the default cache
 void CacheManager.put(java.lang.String cacheName, java.io.Serializable key, java.io.Serializable obj)
          Saves object to the cache.
 boolean CacheManager.remove(java.lang.String key)
          Removes cached object from the default cache
 boolean CacheManager.remove(java.lang.String cacheName, java.io.Serializable key)
          Removes cached object from the cache.
 void CacheManager.removeAll()
          Remove all the entries from the default cache.
 void CacheManager.removeAll(java.lang.String cacheName)
          Removes all the entries from the given cache.
 



Copyright © 2012 Atlassian. All Rights Reserved.