Uses of Class
org.xmlresolver.cache.CacheEntry
-
Packages that use CacheEntry Package Description org.xmlresolver The XML (Catalog) Resolver.org.xmlresolver.cache XML Resolver cache. -
-
Uses of CacheEntry in org.xmlresolver
Methods in org.xmlresolver with parameters of type CacheEntry Modifier and Type Method Description protected ResolvedResourceImplCatalogResolver. resource(java.lang.String requestURI, java.net.URI responseURI, CacheEntry cached) -
Uses of CacheEntry in org.xmlresolver.cache
Fields in org.xmlresolver.cache with type parameters of type CacheEntry Modifier and Type Field Description java.util.ArrayList<CacheEntry>CacheEntryCatalog. cachedMethods in org.xmlresolver.cache that return CacheEntry Modifier and Type Method Description CacheEntryResourceCache. cachedNamespaceUri(java.net.URI uri, java.lang.String nature, java.lang.String purpose)CacheEntryResourceCache. cachedSystem(java.net.URI systemId, java.lang.String publicId)CacheEntryResourceCache. cachedUri(java.net.URI uri)Methods in org.xmlresolver.cache that return types with arguments of type CacheEntry Modifier and Type Method Description java.util.List<CacheEntry>ResourceCache. entries()Methods in org.xmlresolver.cache with parameters of type CacheEntry Modifier and Type Method Description protected voidCacheEntryCatalog. expire(CacheEntry entry)
-