|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICache
| 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. |
| Method Detail |
|---|
Object get(ICacheKey key)
throws CacheException
key -
CacheException
void put(ICacheKey key,
Object value)
throws CacheException
key - value -
CacheException
void update(ICacheKey key,
Object value)
throws CacheException
key - value -
CacheException
void remove(ICacheKey key)
throws CacheException
key -
CacheException
void clear()
throws CacheException
CacheException
boolean isKeyInCache(ICacheKey key)
throws CacheException
key -
CacheException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||