org.tango.server.cache
Class AttributeCache

java.lang.Object
  extended by org.tango.server.cache.AttributeCache

public final class AttributeCache
extends java.lang.Object


Constructor Summary
AttributeCache(net.sf.ehcache.CacheManager manager, AttributeImpl attr, java.lang.String deviceName, DeviceLocker deviceLock, AroundInvokeImpl aroundInvoke)
           
 
Method Summary
 net.sf.ehcache.constructs.blocking.SelfPopulatingCache getCache()
           
 void startRefresh(java.util.concurrent.ScheduledExecutorService pollingPool)
           
 void stopRefresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeCache

public AttributeCache(net.sf.ehcache.CacheManager manager,
                      AttributeImpl attr,
                      java.lang.String deviceName,
                      DeviceLocker deviceLock,
                      AroundInvokeImpl aroundInvoke)
Method Detail

startRefresh

public void startRefresh(java.util.concurrent.ScheduledExecutorService pollingPool)

stopRefresh

public void stopRefresh()

getCache

public net.sf.ehcache.constructs.blocking.SelfPopulatingCache getCache()


Copyright © 2012-2016. All Rights Reserved.