Open vbekiaris opened 4 years ago
Caching class javadoc indicates that user can specify explicit CachingProvider class name by specifying system property javax.cache.spi.cachingprovider.
Caching
CachingProvider
javax.cache.spi.cachingprovider
The system property that is actually looked up is javax.cache.spi.CachingProvider (with camel-case capitalization).
javax.cache.spi.CachingProvider
Caching
class javadoc indicates that user can specify explicitCachingProvider
class 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).