com.hazelcast.spring.cache
Class HazelcastCacheManager

java.lang.Object
  extended by com.hazelcast.spring.cache.HazelcastCacheManager

public class HazelcastCacheManager
extends Object


Constructor Summary
HazelcastCacheManager()
           
HazelcastCacheManager(HazelcastInstance hazelcastInstance)
           
 
Method Summary
 void afterPropertiesSet()
           
 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

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Throws:
Exception

getCache

public Cache getCache(String name)

setHazelcastInstance

public void setHazelcastInstance(HazelcastInstance hazelcastInstance)

getCacheNames

public Collection<String> getCacheNames()


Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.