Uses of Interface
no.hasmac.jsonld.context.cache.Cache
-
Packages that use Cache Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.context.cache -
-
Uses of Cache in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as Cache Modifier and Type Field Description private Cache<java.lang.String,jakarta.json.JsonValue>
JsonLdOptions. contextCache
private Cache<java.lang.String,Document>
JsonLdOptions. documentCache
Methods in no.hasmac.jsonld that return Cache Modifier and Type Method Description Cache<java.lang.String,jakarta.json.JsonValue>
JsonLdOptions. getContextCache()
Cache<java.lang.String,Document>
JsonLdOptions. getDocumentCache()
Methods in no.hasmac.jsonld with parameters of type Cache Modifier and Type Method Description void
JsonLdOptions. setContextCache(Cache<java.lang.String,jakarta.json.JsonValue> contextCache)
void
JsonLdOptions. setDocumentCache(Cache<java.lang.String,Document> documentCache)
-
Uses of Cache in no.hasmac.jsonld.context.cache
Classes in no.hasmac.jsonld.context.cache that implement Cache Modifier and Type Class Description class
ConcurrentLruCache<K,V>
class
LruCache<K,V>
-