public class CachingStorageDao extends java.lang.Object implements JdbcStorageDao
CachingStorageDao(JdbcStorageDao targetDao, java.util.concurrent.ScheduledExecutorService scheduler, long cleanUpCacheDelay)
void
deleteNode(java.lang.String nodeId)
dispose()
java.util.Collection<DataNode>
readAllNodes()
DataNode
readNode(java.lang.String nodeId)
writeNode(DataNode node)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CachingStorageDao(JdbcStorageDao targetDao, java.util.concurrent.ScheduledExecutorService scheduler, long cleanUpCacheDelay)
public java.util.Collection<DataNode> readAllNodes()
readAllNodes
JdbcStorageDao
public DataNode readNode(java.lang.String nodeId)
readNode
public void writeNode(DataNode node)
writeNode
public void deleteNode(java.lang.String nodeId)
deleteNode
public void dispose()
dispose
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0