Uses of Class
de.caluga.morphium.annotations.caching.Cache.ClearStrategy
-
Packages that use Cache.ClearStrategy Package Description de.caluga.morphium.annotations.caching -
-
Uses of Cache.ClearStrategy in de.caluga.morphium.annotations.caching
Methods in de.caluga.morphium.annotations.caching that return Cache.ClearStrategy Modifier and Type Method Description Cache.ClearStrategystrategy()static Cache.ClearStrategyCache.ClearStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Cache.ClearStrategy[]Cache.ClearStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-