Caching class javadoc indicates that user can specify explicit CachingProvider class name by specifying system property javax.cache.spi.cachingprovider.
The system property that is actually looked up is javax.cache.spi.CachingProvider (with camel-case capitalization).
Cachingclass javadoc indicates that user can specify explicitCachingProviderclass name by specifying system propertyjavax.cache.spi.cachingprovider.The system property that is actually looked up is
javax.cache.spi.CachingProvider(with camel-case capitalization).