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. contextCacheprivate Cache<java.lang.String,Document>JsonLdOptions. documentCacheMethods 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 voidJsonLdOptions. setContextCache(Cache<java.lang.String,jakarta.json.JsonValue> contextCache)voidJsonLdOptions. 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 classConcurrentLruCache<K,V>classLruCache<K,V>
-