Uses of Interface
com.xpn.xwiki.cache.api.XWikiCache
-
Packages that use XWikiCache Package Description com.xpn.xwiki.cache.api -
-
Uses of XWikiCache in com.xpn.xwiki.cache.api
Methods in com.xpn.xwiki.cache.api that return XWikiCache Modifier and Type Method Description XWikiCache
XWikiCacheService. newCache(String cacheName)
Deprecated.XWikiCache
XWikiCacheService. newCache(String cacheName, int capacity)
Deprecated.XWikiCache
XWikiCacheService. newCache(String cacheName, Properties props)
Deprecated.XWikiCache
XWikiCacheService. newCache(String cacheName, Properties props, int capacity)
Deprecated.XWikiCache
XWikiCacheService. newLocalCache()
Deprecated.XWikiCache
XWikiCacheService. newLocalCache(int capacity)
Deprecated.XWikiCache
XWikiCacheService. newLocalCache(Properties props)
Deprecated.XWikiCache
XWikiCacheService. newLocalCache(Properties props, int capacity)
Deprecated.
-