com.hazelcast.spring.cache
Class HazelcastCacheManager

java.lang.Object
  extended by com.hazelcast.spring.cache.HazelcastCacheManager
All Implemented Interfaces:
org.springframework.cache.CacheManager

public class HazelcastCacheManager
extends Object
implements org.springframework.cache.CacheManager

Author:
mdogan 4/3/12

Constructor Summary
HazelcastCacheManager()
           
HazelcastCacheManager(HazelcastInstance hazelcastInstance)
           
 
Method Summary
 org.springframework.cache.Cache getCache(String name)
           
 Collection<String> getCacheNames()
           
 void setHazelcastInstance(HazelcastInstance hazelcastInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HazelcastCacheManager

public HazelcastCacheManager()

HazelcastCacheManager

public HazelcastCacheManager(HazelcastInstance hazelcastInstance)
Method Detail

getCache

public org.springframework.cache.Cache getCache(String name)
Specified by:
getCache in interface org.springframework.cache.CacheManager

getCacheNames

public Collection<String> getCacheNames()
Specified by:
getCacheNames in interface org.springframework.cache.CacheManager

setHazelcastInstance

public void setHazelcastInstance(HazelcastInstance hazelcastInstance)


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.