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