Package com.apicatalog.jsonld.loader
Class LRUDocumentCache.CacheKey
- java.lang.Object
-
- com.apicatalog.jsonld.loader.LRUDocumentCache.CacheKey
-
- Enclosing class:
- LRUDocumentCache
protected static class LRUDocumentCache.CacheKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private DocumentLoaderOptionsoptionsprivate java.net.URIurl
-
Constructor Summary
Constructors Constructor Description CacheKey(java.net.URI url, DocumentLoaderOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
url
private final java.net.URI url
-
options
private final DocumentLoaderOptions options
-
-
Constructor Detail
-
CacheKey
public CacheKey(java.net.URI url, DocumentLoaderOptions options)
-
-