com.xpn.xwiki.store
Interface XWikiCacheStoreInterface

All Superinterfaces:
XWikiStoreInterface
All Known Implementing Classes:
XWikiCacheStore

public interface XWikiCacheStoreInterface
extends XWikiStoreInterface


Method Summary
 void flushCache()
           
 XWikiStoreInterface getStore()
           
 void initCache(int capacity, int pageExistCapacity, XWikiContext context)
           
 void setStore(XWikiStoreInterface store)
           
 
Methods inherited from interface com.xpn.xwiki.store.XWikiStoreInterface
cleanUp, countDocuments, countDocuments, createWiki, deleteLinks, deleteLock, deleteWiki, deleteXWikiDoc, exists, getClassList, getCustomMappingPropertyList, getQueryManager, getTranslationList, injectCustomMapping, injectCustomMappings, injectCustomMappings, injectUpdatedCustomMappings, isCustomMappingValid, isWikiNameAvailable, loadBacklinks, loadBacklinks, loadLinks, loadLock, loadXWikiDoc, 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

void initCache(int capacity,
               int pageExistCapacity,
               XWikiContext context)
               throws XWikiException
Throws:
XWikiException


Copyright © 2004-2013 XWiki. All Rights Reserved.