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 CacheInfoResourceCache. addCacheInfo(java.lang.String pattern, boolean cache)CacheInfoResourceCache. addCacheInfo(java.lang.String pattern, boolean cache, long deleteWait, long cacheSize, long cacheSpace, long maxAge)CacheInfoResourceCache. getCacheInfo(java.lang.String pattern)CacheInfoResourceCache. 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()
-