Package com.hazelcast.spring.cache
Class SpringHazelcastCachingProvider
java.lang.Object
com.hazelcast.spring.cache.SpringHazelcastCachingProvider
Spring utility class for connecting 
HazelcastCachingProvider interface and Hazelcast instance.- 
Method SummaryModifier and TypeMethodDescriptionstatic javax.cache.CacheManagergetCacheManager(HazelcastInstance instance, String uriString, Properties props) Creates aCacheManageron an existing HazelcastInstance.static javax.cache.CacheManagergetCacheManager(String uriString, Properties properties) 
- 
Method Details- 
getCacheManagerpublic static javax.cache.CacheManager getCacheManager(HazelcastInstance instance, String uriString, Properties props) Creates aCacheManageron an existing HazelcastInstance.- Parameters:
- uriString- Scope of- CacheManager
- instance- Hazelcast instance that created- CacheManageris connected.
- props- Extra properties to be passed to cache manager. If- propscontain hazelcast.instance.name it overrides- instanceparameter
- Returns:
- the created CacheManager
 
- 
getCacheManager
 
-