-
- All Implemented Interfaces:
public class CacheDataInternal CacheData object for storing data of the cache.
-
-
Method Summary
Modifier and Type Method Description HashMap<String, CacheObject>getObjects()voidsetObjects(HashMap<String, CacheObject> objects)HashMap<String, String>getIds()voidsetIds(HashMap<String, String> ids)voidaddObject(String key, CacheObject object)voiddelObject(String key)voidaddId(String key, String object)voiddelId(String key)-
-
Method Detail
-
getObjects
HashMap<String, CacheObject> getObjects()
-
setObjects
void setObjects(HashMap<String, CacheObject> objects)
-
addObject
void addObject(String key, CacheObject object)
-
-
-
-