Uses of Enum
com.github.benmanes.caffeine.cache.RemovalCause
Packages that use RemovalCause
Package
Description
This package contains in-memory caching functionality.
This package contains caching statistic utilities.
-
Uses of RemovalCause in com.github.benmanes.caffeine.cache
Subclasses with type arguments of type RemovalCause in com.github.benmanes.caffeine.cacheMethods in com.github.benmanes.caffeine.cache that return RemovalCauseModifier and TypeMethodDescriptionstatic RemovalCauseReturns the enum constant of this type with the specified name.static RemovalCause[]RemovalCause.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.benmanes.caffeine.cache with parameters of type RemovalCause -
Uses of RemovalCause in com.github.benmanes.caffeine.cache.stats
Methods in com.github.benmanes.caffeine.cache.stats with parameters of type RemovalCauseModifier and TypeMethodDescriptionvoidConcurrentStatsCounter.recordEviction(int weight, RemovalCause cause) voidStatsCounter.recordEviction(int weight, RemovalCause cause) Records the eviction of an entry from the cache.