Uses of Class
org.apache.camel.component.jcache.JCacheProviders
-
Packages that use JCacheProviders Package Description org.apache.camel.component.jcache -
-
Uses of JCacheProviders in org.apache.camel.component.jcache
Methods in org.apache.camel.component.jcache that return JCacheProviders Modifier and Type Method Description static JCacheProviders
JCacheProviders. valueOf(String name)
Returns the enum constant of this type with the specified name.static JCacheProviders[]
JCacheProviders. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-