Uses of Class
com.avoka.tm.util.MemCache.MemCacheExpiryPolicy
-
Packages that use MemCache.MemCacheExpiryPolicy Package Description com.avoka.tm.util Provides Utility function classes. -
-
Uses of MemCache.MemCacheExpiryPolicy in com.avoka.tm.util
Methods in com.avoka.tm.util that return MemCache.MemCacheExpiryPolicy Modifier and Type Method Description static MemCache.MemCacheExpiryPolicy
MemCache.MemCacheExpiryPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static MemCache.MemCacheExpiryPolicy[]
MemCache.MemCacheExpiryPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.avoka.tm.util with parameters of type MemCache.MemCacheExpiryPolicy Constructor Description MemCache(MemCache.MemCacheExpiryPolicy memCacheExpiryPolicy)
-