Uses of Enum Class
org.apache.juneau.commons.collections.CacheMode
Packages that use CacheMode
Package
Description
Enhanced collection utilities that extend the standard Java Collections Framework with fluent APIs,
specialized collection types, and caching capabilities.
File and stream utilities, console support, MIME type detection, and path builders
for working with files and I/O operations.
Comprehensive reflection utilities for working with classes, methods, fields, constructors,
and annotations in a more convenient and type-safe way than the standard Java reflection APIs.
-
Uses of CacheMode in org.apache.juneau.commons.collections
Methods in org.apache.juneau.commons.collections that return CacheModeModifier and TypeMethodDescriptionstatic CacheModeParses a string value into aCacheMode.static CacheModeReturns the enum constant of this class with the specified name.static CacheMode[]CacheMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.commons.collections with parameters of type CacheModeModifier and TypeMethodDescriptionSets the caching mode for this cache.Sets the caching mode for this cache.Sets the caching mode for this cache.Sets the caching mode for this cache.Sets the caching mode for this cache. -
Uses of CacheMode in org.apache.juneau.commons.io
Methods in org.apache.juneau.commons.io with parameters of type CacheModeModifier and TypeMethodDescriptionMimeTypeDetector.Builder.setCacheMode(CacheMode value) Sets the caching mode for MIME type lookups. -
Uses of CacheMode in org.apache.juneau.commons.reflect
Methods in org.apache.juneau.commons.reflect with parameters of type CacheModeModifier and TypeMethodDescriptionSets the caching mode for annotation lookups.