Uses of Class
com.tangosol.coherence.jcache.localcache.LocalCacheConfiguration
-
Packages that use LocalCacheConfiguration Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache. -
-
Uses of LocalCacheConfiguration in com.tangosol.coherence.jcache.localcache
Constructors in com.tangosol.coherence.jcache.localcache with parameters of type LocalCacheConfiguration Constructor Description LocalCache(CoherenceBasedCacheManager manager, String sJCacheName, LocalCacheConfiguration<K,V> configuration)
Constructs aLocalCache
configured byLocalCacheConfiguration
.
-