Uses of Class
be.business.connector.core.utils.PersistentCacheType
-
Packages that use PersistentCacheType Package Description be.business.connector.core.utils -
-
Uses of PersistentCacheType in be.business.connector.core.utils
Methods in be.business.connector.core.utils that return PersistentCacheType Modifier and Type Method Description static PersistentCacheTypePersistentCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistentCacheType[]PersistentCacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-