Uses of Interface
no.hasmac.jsonld.context.cache.Cache
Packages that use Cache
Package
Description
Provides APIs to process JSON-LD.
-
Uses of Cache in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as CacheMethods in no.hasmac.jsonld that return CacheModifier and TypeMethodDescriptionJsonLdOptions.getContextCache()
JsonLdOptions.getDocumentCache()
Methods in no.hasmac.jsonld with parameters of type CacheModifier and TypeMethodDescriptionvoid
JsonLdOptions.setContextCache
(Cache<String, jakarta.json.JsonValue> contextCache) void
JsonLdOptions.setDocumentCache
(Cache<String, Document> documentCache) -
Uses of Cache in no.hasmac.jsonld.context.cache
Classes in no.hasmac.jsonld.context.cache that implement Cache