|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CacheException in net.sf.jsr107cache |
---|
Methods in net.sf.jsr107cache that throw CacheException | |
---|---|
Cache |
CacheFactory.createCache(Map env)
creates a new implementation specific Cache object using the env parameters. |
Map |
Cache.getAll(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(Object key)
The load method provides a means to "pre load" the cache. |
Object |
CacheLoader.load(Object key)
loads an object. |
void |
Cache.loadAll(Collection keys)
The loadAll method provides a means to "pre load" objects into the cache. |
Map |
CacheLoader.loadAll(Collection keys)
loads multiple object. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |