Uses of Class
de.mid.innovator.net.InoTelegramCache.CachePolicy
-
Packages that use InoTelegramCache.CachePolicy Package Description de.mid.innovator.net The package contains classes needed for the network communication via TCP/IP between Innovator network clients and servers. -
-
Uses of InoTelegramCache.CachePolicy in de.mid.innovator.net
Methods in de.mid.innovator.net that return InoTelegramCache.CachePolicy Modifier and Type Method Description static InoTelegramCache.CachePolicy
InoTelegramCache.CachePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InoTelegramCache.CachePolicy[]
InoTelegramCache.CachePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mid.innovator.net with parameters of type InoTelegramCache.CachePolicy Modifier and Type Method Description void
InoTelegramCache. setPolicy(InoTelegramCache.CachePolicy policy)
Change the cache policy and use this policy for the future use of the cache.
-