|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for managing the cache. This interface will declare the get/set of cacheable objects into the cache.
Method Summary | |
java.lang.Object |
get(java.lang.Object pkKey)
The gives abstraction to the get method in all cache managers, to obtain the cacheable objects from different types of cache. |
void |
put(java.lang.Object pkKey,
java.lang.Object cachedObject)
The gives abstraction to the put method in all cache managers, to add the cacheable objects to different types of cache. |
Method Detail |
public void put(java.lang.Object pkKey, java.lang.Object cachedObject) throws CacheException
pkKey
- PrimaryKey of the cacheable objectcachedObject
- Cacheable Object
CacheException
public java.lang.Object get(java.lang.Object pkKey)
pkKey
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |