Uses of Class
com.codedstream.otterstream.inference.cache.CacheStrategy
-
Packages that use CacheStrategy Package Description com.codedstream.otterstream.inference.cache -
-
Uses of CacheStrategy in com.codedstream.otterstream.inference.cache
Methods in com.codedstream.otterstream.inference.cache that return CacheStrategy Modifier and Type Method Description static CacheStrategyCacheStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheStrategy[]CacheStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-