Uses of Class
org.ehcache.config.ResourceType.Core
-
Packages that use ResourceType.Core Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes. -
-
Uses of ResourceType.Core in org.ehcache.config
Methods in org.ehcache.config that return ResourceType.Core Modifier and Type Method Description static ResourceType.CoreResourceType.Core. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceType.Core[]ResourceType.Core. values()Returns an array containing the constants of this enum type, in the order they are declared.
-