Uses of Enum Class
com.github.benmanes.caffeine.cache.NodeFactory
Packages that use NodeFactory
-
Uses of NodeFactory in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as NodeFactoryModifier and TypeFieldDescription(package private) final NodeFactory
BoundedLocalCache.nodeFactory
Methods in com.github.benmanes.caffeine.cache that return NodeFactoryModifier and TypeMethodDescription(package private) static NodeFactory
NodeFactory.getFactory
(boolean strongKeys, boolean weakKeys, boolean strongValues, boolean weakValues, boolean softValues, boolean expiresAfterAccess, boolean expiresAfterWrite, boolean refreshAfterWrite, boolean maximumSize, boolean weighed) Returns a factory optimized for the specified features.static NodeFactory
Returns the enum constant of this class with the specified name.static NodeFactory[]
NodeFactory.values()
Returns an array containing the constants of this enum class, in the order they are declared.