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 ResolvedResourceImpl
CatalogResolver. 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. cached
Methods in org.xmlresolver.cache that return CacheEntry Modifier and Type Method Description CacheEntry
ResourceCache. cachedNamespaceUri(java.net.URI uri, java.lang.String nature, java.lang.String purpose)
CacheEntry
ResourceCache. cachedSystem(java.net.URI systemId, java.lang.String publicId)
CacheEntry
ResourceCache. 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 void
CacheEntryCatalog. expire(CacheEntry entry)
-