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 voidinit(XWiki context)Deprecated.Initializes the serviceXWikiCachenewCache(String cacheName)Deprecated.XWikiCachenewCache(String cacheName, int capacity)Deprecated.XWikiCachenewCache(String cacheName, Properties props)Deprecated.XWikiCachenewCache(String cacheName, Properties props, int capacity)Deprecated.XWikiCachenewLocalCache()Deprecated.XWikiCachenewLocalCache(int capacity)Deprecated.XWikiCachenewLocalCache(Properties props)Deprecated.XWikiCachenewLocalCache(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
-
-