Uses of Enum
com.cedarsoftware.util.LRUCache.StrategyType
Packages that use LRUCache.StrategyType
-
Uses of LRUCache.StrategyType in com.cedarsoftware.util
Subclasses with type arguments of type LRUCache.StrategyType in com.cedarsoftware.utilMethods in com.cedarsoftware.util that return LRUCache.StrategyTypeModifier and TypeMethodDescriptionstatic LRUCache.StrategyTypeReturns the enum constant of this type with the specified name.static LRUCache.StrategyType[]LRUCache.StrategyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cedarsoftware.util with parameters of type LRUCache.StrategyTypeModifierConstructorDescriptionLRUCache(int capacity, LRUCache.StrategyType strategyType) Create a "locking-based" OR a "thread-based" LRUCache with the passed in capacity.