com.xpn.xwiki.store
Interface XWikiCacheStoreInterface
- All Superinterfaces:
- XWikiStoreInterface
- All Known Implementing Classes:
- XWikiCacheStore
public interface XWikiCacheStoreInterface
- extends XWikiStoreInterface
Methods inherited from interface com.xpn.xwiki.store.XWikiStoreInterface |
cleanUp, createWiki, deleteLinks, deleteLock, deleteXWikiDoc, exists, getClassList, getCustomMappingPropertyList, getXWikiDocVersions, injectCustomMapping, injectCustomMappings, injectCustomMappings, injectUpdatedCustomMappings, isCustomMappingValid, loadBacklinks, loadLinks, loadLock, loadXWikiDoc, loadXWikiDoc, saveLinks, saveLock, saveXWikiDoc, saveXWikiDoc, search, search, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocumentsNames, searchDocumentsNames, searchDocumentsNames |
getStore
XWikiStoreInterface getStore()
setStore
void setStore(XWikiStoreInterface store)
flushCache
void flushCache()
setCacheCapacity
void setCacheCapacity(int capacity)
setPageExistCacheCapacity
void setPageExistCacheCapacity(int capacity)
setPrefsCacheCapacity
void setPrefsCacheCapacity(int capacity)
initCache
void initCache(int capacity,
int pageExistCapacity,
int prefsCacheCapacity,
XWikiContext context)
Copyright 2003 Ludovic Dubost