com.hazelcast.spring.cache
Class HazelcastCacheManager

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

public class HazelcastCacheManager
extends Object
implements org.springframework.cache.CacheManager, org.springframework.beans.factory.InitializingBean

Author:
mdogan 4/3/12

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

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

getCache

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

setHazelcastInstance

public void setHazelcastInstance(HazelcastInstance hazelcastInstance)

getCacheNames

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


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