public class CachingStorageDao extends Object implements JdbcStorageDao
| Constructor and Description |
|---|
CachingStorageDao(JdbcStorageDao targetDao,
ScheduledExecutorService scheduler,
long cleanUpCacheDelay) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteNode(String nodeId) |
void |
dispose() |
Collection<DataNode> |
readAllNodes() |
DataNode |
readNode(String nodeId) |
void |
writeNode(DataNode node) |
public CachingStorageDao(JdbcStorageDao targetDao, ScheduledExecutorService scheduler, long cleanUpCacheDelay)
public Collection<DataNode> readAllNodes()
readAllNodes in interface JdbcStorageDaopublic DataNode readNode(String nodeId)
readNode in interface JdbcStorageDaopublic void writeNode(DataNode node)
writeNode in interface JdbcStorageDaopublic void deleteNode(String nodeId)
deleteNode in interface JdbcStorageDaopublic void dispose()
dispose in interface JdbcStorageDaoCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.