Uses of Class
org.apache.juneau.commons.collections.Cache
Packages that use Cache
Package
Description
Marshalling API
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
Configuration Support
Configuration Storage Support
CSV Marshalling Support
HTML Marshalling Support
HTTP Part Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Parser API
Plaintext Marshalling Support
REST Server API
REST Client API
REST Server Mock API
Serializer API
SOAP/XML Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of Cache in org.apache.juneau
Methods in org.apache.juneau that return CacheMethods in org.apache.juneau with parameters of type CacheModifier and TypeMethodDescriptionSpecifies a cache to use for hashkey-based caching. -
Uses of Cache in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return Cache -
Uses of Cache in org.apache.juneau.config
Methods in org.apache.juneau.config with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.config.store
Methods in org.apache.juneau.config.store with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.csv
Methods in org.apache.juneau.csv with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.html
Methods in org.apache.juneau.html with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.httppart
Methods in org.apache.juneau.httppart with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.json
Methods in org.apache.juneau.json with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.jsonschema
Methods in org.apache.juneau.jsonschema with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.msgpack
Methods in org.apache.juneau.msgpack with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.oapi
Methods in org.apache.juneau.oapi with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.parser
Methods in org.apache.juneau.parser with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.plaintext
Methods in org.apache.juneau.plaintext with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.rest
Methods in org.apache.juneau.rest with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.rest.client
Methods in org.apache.juneau.rest.client with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.rest.mock
Methods in org.apache.juneau.rest.mock with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.serializer
Methods in org.apache.juneau.serializer with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.soap
Methods in org.apache.juneau.soap with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.uon
Methods in org.apache.juneau.uon with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.urlencoding
Methods in org.apache.juneau.urlencoding with parameters of type CacheModifier and TypeMethodDescription -
Uses of Cache in org.apache.juneau.xml
Methods in org.apache.juneau.xml with parameters of type CacheModifier and TypeMethodDescription