Uses of Enum Class
de.mid.innovator.net.InoTelegramCache.CachePolicy
Packages that use InoTelegramCache.CachePolicy
Package
Description
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.CachePolicyModifier and TypeMethodDescriptionstatic InoTelegramCache.CachePolicyReturns the enum constant of this class with the specified name.static InoTelegramCache.CachePolicy[]InoTelegramCache.CachePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.mid.innovator.net with parameters of type InoTelegramCache.CachePolicyModifier and TypeMethodDescriptionvoidInoTelegramCache.setPolicy(InoTelegramCache.CachePolicy policy) Change the cache policy and use this policy for the future use of the cache.