|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheException in net.sf.jsr107cache |
---|
Methods in net.sf.jsr107cache that throw CacheException | |
---|---|
Cache |
CacheFactory.createCache(java.util.Map env)
creates a new implementation specific Cache object using the env parameters. |
java.util.Map |
Cache.getAll(java.util.Collection keys)
The getAll method will return, from the cache, a Map of the objects associated with the Collection of keys in argument "keys". |
CacheFactory |
CacheManager.getCacheFactory()
|
void |
Cache.load(java.lang.Object key)
The load method provides a means to "pre load" the cache. |
java.lang.Object |
CacheLoader.load(java.lang.Object key)
loads an object. |
void |
Cache.loadAll(java.util.Collection keys)
The loadAll method provides a means to "pre load" objects into the cache. |
java.util.Map |
CacheLoader.loadAll(java.util.Collection keys)
loads multiple object. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |