Uses of Class
com.github.benmanes.caffeine.cache.NodeFactory
-
Packages that use NodeFactory Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of NodeFactory in com.github.benmanes.caffeine.cache
Fields in com.github.benmanes.caffeine.cache declared as NodeFactory Modifier and Type Field Description (package private) NodeFactoryBoundedLocalCache. nodeFactoryMethods in com.github.benmanes.caffeine.cache that return NodeFactory Modifier and Type Method Description (package private) static NodeFactoryNodeFactory. 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 NodeFactoryNodeFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeFactory[]NodeFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-