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
Fields in org.xmlresolver.cache declared as CacheInfo Modifier and Type Field Description private CacheInfoResourceCache. defaultCacheInfoFields in org.xmlresolver.cache with type parameters of type CacheInfo Modifier and Type Field Description private java.util.ArrayList<CacheInfo>ResourceCache. cacheInfoMethods 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()Methods in org.xmlresolver.cache with parameters of type CacheInfo Modifier and Type Method Description private voidResourceCache. flushCache(CacheInfo info)
-