Package com.xpn.xwiki.cache.api
Interface XWikiCacheService
-
@Deprecated public interface XWikiCacheService
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
init(XWiki context)
Deprecated.Initializes the serviceXWikiCache
newCache(String cacheName)
Deprecated.XWikiCache
newCache(String cacheName, int capacity)
Deprecated.XWikiCache
newCache(String cacheName, Properties props)
Deprecated.XWikiCache
newCache(String cacheName, Properties props, int capacity)
Deprecated.XWikiCache
newLocalCache()
Deprecated.XWikiCache
newLocalCache(int capacity)
Deprecated.XWikiCache
newLocalCache(Properties props)
Deprecated.XWikiCache
newLocalCache(Properties props, int capacity)
Deprecated.
-
-
-
Method Detail
-
init
void init(XWiki context)
Deprecated.Initializes the service
-
newLocalCache
XWikiCache newLocalCache() throws XWikiException
Deprecated.- Throws:
XWikiException
-
newLocalCache
XWikiCache newLocalCache(int capacity) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newCache
XWikiCache newCache(String cacheName) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newCache
XWikiCache newCache(String cacheName, int capacity) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newCache
XWikiCache newCache(String cacheName, Properties props) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newLocalCache
XWikiCache newLocalCache(Properties props) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newCache
XWikiCache newCache(String cacheName, Properties props, int capacity) throws XWikiException
Deprecated.- Throws:
XWikiException
-
newLocalCache
XWikiCache newLocalCache(Properties props, int capacity) throws XWikiException
Deprecated.- Throws:
XWikiException
-
-