Skip to content
Alex Snaps edited this page Jul 15, 2014 · 1 revision

javax.cache.Caching

Retrieving a CachingProvider

Use this class' static methods to access a CachingProvider. The simplest way is to invoke getCachingProvider(). If you want to retrieve a particular implementation, you’d use getCachingProvider(String) instead, where the String specifies the fully qualified class name of the CachingProvider you want. In ehcache-jcache’s case that would be org.ehcache.jcache.JCacheCachingProvider.

Clone this wiki locally