public interface Cache extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsId(String objectId,
String cacheKey) |
boolean |
containsPath(String path,
String cacheKey) |
CmisObject |
getById(String objectId,
String cacheKey) |
CmisObject |
getByPath(String path,
String cacheKey) |
int |
getCacheSize() |
String |
getObjectIdByPath(String path) |
void |
initialize(Session session,
Map<String,String> parameters) |
void |
put(CmisObject object,
String cacheKey) |
void |
putPath(String path,
CmisObject object,
String cacheKey) |
void |
remove(String objectId) |
void |
removePath(String path) |
void put(CmisObject object, String cacheKey)
void putPath(String path, CmisObject object, String cacheKey)
CmisObject getById(String objectId, String cacheKey)
CmisObject getByPath(String path, String cacheKey)
void remove(String objectId)
void removePath(String path)
void clear()
int getCacheSize()
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.