Methods in solar.module.cache that throw CacheException |
void |
RefreshableCache.addObject(java.lang.Object objectId,
java.lang.Object obj)
Note if objectId exists in the cache, the previous cached object
will be discarded and replaced by this one if they are different. |
void |
BaseCache.addObject(java.lang.Object objectId,
java.lang.Object obj)
If the objectId already exists in the cache, this add operation does
override the previous cached object with the one supplied in parameter. |
void |
Cache.addObject(java.lang.Object objectId,
java.lang.Object obj)
Put an object into the cache. |