org.tango.server.cache
Class CommandCache

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

public final class CommandCache
extends java.lang.Object


Constructor Summary
CommandCache(net.sf.ehcache.CacheManager manager, CommandImpl command, java.lang.String deviceName, DeviceLock 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

CommandCache

public CommandCache(net.sf.ehcache.CacheManager manager,
                    CommandImpl command,
                    java.lang.String deviceName,
                    DeviceLock 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-2015. All Rights Reserved.