Uses of Class
org.xmlresolver.cache.CacheInfo
-
Packages that use CacheInfo Package Description org.xmlresolver.cache XML Resolver cache. -
-
Uses of CacheInfo in org.xmlresolver.cache
Methods in org.xmlresolver.cache that return CacheInfo Modifier and Type Method Description CacheInfo
ResourceCache. addCacheInfo(java.lang.String pattern, boolean cache)
CacheInfo
ResourceCache. addCacheInfo(java.lang.String pattern, boolean cache, long deleteWait, long cacheSize, long cacheSpace, long maxAge)
CacheInfo
ResourceCache. getCacheInfo(java.lang.String pattern)
CacheInfo
ResourceCache. getDefaultCacheInfo()
Methods in org.xmlresolver.cache that return types with arguments of type CacheInfo Modifier and Type Method Description java.util.List<CacheInfo>
ResourceCache. getCacheInfoList()
-