dfki.frodo.tools.rdf_schema_grapher
Class QueryCache

java.lang.Object
  |
  +--dfki.frodo.tools.rdf_schema_grapher.QueryCache

public class QueryCache
extends java.lang.Object


Inner Class Summary
static class QueryCache.Entry
           
 
Constructor Summary
QueryCache()
           
 
Method Summary
 void addEntry(QueryCache.Entry e)
           
 QueryCache.Entry createNewEntry(java.lang.String id)
           
 QueryCache.Entry getEntry(java.lang.String id)
           
 boolean isCached(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryCache

public QueryCache()
Method Detail

isCached

public boolean isCached(java.lang.String id)

getEntry

public QueryCache.Entry getEntry(java.lang.String id)

addEntry

public void addEntry(QueryCache.Entry e)

createNewEntry

public QueryCache.Entry createNewEntry(java.lang.String id)