|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.higgins.cache.nocache.NOCache
public class 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 ICacheCacheException
public void put(ICacheKey key,
Object value)
throws CacheException
ICache
put in interface ICacheCacheException
public void remove(ICacheKey key)
throws CacheException
ICache
remove in interface ICacheCacheException
public void update(ICacheKey key,
Object value)
throws CacheException
ICache
update in interface ICacheCacheException
public boolean isKeyInCache(ICacheKey key)
throws CacheException
isKeyInCache in interface ICacheCacheException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||