|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.higgins.cache.nocache.NOCache
| Constructor Summary | |
|---|---|
NOCache()
|
|
| Method Summary | |
|---|---|
void |
clear()
remove all objects from cache |
Object |
get(ICacheKey key)
|
boolean |
isKeyInCache(ICacheKey key)
|
void |
put(ICacheKey key,
Object value)
Put object |
void |
remove(ICacheKey key)
If object exist remove it |
void |
update(ICacheKey key,
Object value)
Update or put object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NOCache()
| Method Detail |
public void clear()
throws CacheException
ICache
clear in interface ICacheCacheException
public Object get(ICacheKey key)
throws CacheException
get in interface ICachekey -
CacheException
public void put(ICacheKey key,
Object value)
throws CacheException
ICache
put in interface ICachekey - value -
CacheException
public void remove(ICacheKey key)
throws CacheException
ICache
remove in interface ICachekey -
CacheException
public void update(ICacheKey key,
Object value)
throws CacheException
ICache
update in interface ICachekey - value -
CacheException
public boolean isKeyInCache(ICacheKey key)
throws CacheException
isKeyInCache in interface ICachekey -
CacheException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||