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() |
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 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 clear()
int getCacheSize()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.