Package com.xpn.xwiki.store
Interface XWikiCacheStoreInterface
-
- All Superinterfaces:
XWikiStoreInterface
- All Known Implementing Classes:
XWikiCacheStore
public interface XWikiCacheStoreInterface extends XWikiStoreInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
flushCache()
XWikiStoreInterface
getStore()
void
initCache(int capacity, int pageExistCapacity, XWikiContext context)
Deprecated.since 8.3.void
setStore(XWikiStoreInterface store)
-
Methods inherited from interface com.xpn.xwiki.store.XWikiStoreInterface
cleanUp, countDocuments, countDocuments, createWiki, deleteLinks, deleteLock, deleteWiki, deleteXWikiDoc, exists, getClassList, getCustomMappingPropertyList, getLimitSize, getQueryManager, getTranslationList, injectCustomMapping, injectCustomMapping, injectCustomMappings, injectCustomMappings, injectUpdatedCustomMappings, isCustomMappingValid, isCustomMappingValid, isWikiNameAvailable, loadBacklinks, loadBacklinks, loadBacklinks, loadLinks, loadLock, loadXWikiDoc, renameXWikiDoc, saveLinks, saveLock, saveXWikiDoc, saveXWikiDoc, search, search, search, search, searchDocumentReferences, searchDocumentReferences, searchDocumentReferences, searchDocumentReferences, searchDocumentReferences, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocuments, searchDocumentsNames, searchDocumentsNames, searchDocumentsNames, searchDocumentsNames, searchDocumentsNames
-
-
-
-
Method Detail
-
getStore
XWikiStoreInterface getStore()
-
setStore
void setStore(XWikiStoreInterface store)
-
flushCache
void flushCache()
-
initCache
@Deprecated void initCache(int capacity, int pageExistCapacity, XWikiContext context) throws XWikiException
Deprecated.since 8.3. It does not make much sense to make this method public and it was not really doing anything for a very long time in practice (since Infinispan is the default cache inmplementation)- Throws:
XWikiException
-
-