public class NoCacheImpl extends Object implements Cache
| Constructor and Description |
|---|
NoCacheImpl() |
| 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) |
public void initialize(Session session, Map<String,String> parameters)
initialize in interface Cachepublic boolean containsId(String objectId, String cacheKey)
containsId in interface Cachepublic boolean containsPath(String path, String cacheKey)
containsPath in interface Cachepublic void put(CmisObject object, String cacheKey)
public void putPath(String path, CmisObject object, String cacheKey)
public CmisObject getById(String objectId, String cacheKey)
public CmisObject getByPath(String path, String cacheKey)
public String getObjectIdByPath(String path)
getObjectIdByPath in interface Cachepublic void removePath(String path)
removePath in interface Cachepublic int getCacheSize()
getCacheSize in interface CacheCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.