Uses of Enum Class
com.google.common.cache.LocalCache.EntryFactory
Packages that use LocalCache.EntryFactory
-
Uses of LocalCache.EntryFactory in com.google.common.cache
Fields in com.google.common.cache declared as LocalCache.EntryFactoryModifier and TypeFieldDescription(package private) final LocalCache.EntryFactoryLocalCache.entryFactoryFactory used to create new entries.(package private) static final LocalCache.EntryFactory[]LocalCache.EntryFactory.factoriesLook-up table for factories.Methods in com.google.common.cache that return LocalCache.EntryFactoryModifier and TypeMethodDescription(package private) static LocalCache.EntryFactoryLocalCache.EntryFactory.getFactory(LocalCache.Strength keyStrength, boolean usesAccessQueue, boolean usesWriteQueue) static LocalCache.EntryFactoryReturns the enum constant of this class with the specified name.static LocalCache.EntryFactory[]LocalCache.EntryFactory.values()Returns an array containing the constants of this enum class, in the order they are declared.