Uses of Interface
com.apicatalog.jsonld.context.cache.Cache
-
Packages that use Cache Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.context.cache -
-
Uses of Cache in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return Cache Modifier and Type Method Description Cache<String,jakarta.json.JsonValue>JsonLdOptions. getContextCache()Cache<String,Document>JsonLdOptions. getDocumentCache()Methods in com.apicatalog.jsonld with parameters of type Cache Modifier and Type Method Description voidJsonLdOptions. setContextCache(Cache<String,jakarta.json.JsonValue> contextCache)voidJsonLdOptions. setDocumentCache(Cache<String,Document> documentCache) -
Uses of Cache in com.apicatalog.jsonld.context.cache
Classes in com.apicatalog.jsonld.context.cache that implement Cache Modifier and Type Class Description classLruCache<K,V>
-