org.tango.server.cache
Class CommandCache
java.lang.Object
org.tango.server.cache.CommandCache
public final class CommandCache
- extends java.lang.Object
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 |
CommandCache
public CommandCache(net.sf.ehcache.CacheManager manager,
CommandImpl command,
java.lang.String deviceName,
DeviceLock deviceLock,
AroundInvokeImpl aroundInvoke)
startRefresh
public void startRefresh(java.util.concurrent.ScheduledExecutorService pollingPool)
stopRefresh
public void stopRefresh()
getCache
public net.sf.ehcache.constructs.blocking.SelfPopulatingCache getCache()
Copyright © 2012-2014. All Rights Reserved.