org.meta2project.storage.cache
Class DBCache

java.lang.Object
  extended by org.meta2project.storage.cache.DBCache

public class DBCache
extends java.lang.Object

Author:
Anton Malykh

Constructor Summary
DBCache(DBContext dbContext)
           
 
Method Summary
 AnnotationCache getAnnotationCache()
           
 OntClassCache getOntClassCache()
           
 OntObjectCache getOntObjectCache()
           
 OntologyCache getOntologyCache()
           
 OPropertyCache getOPropertyCache()
           
 TPropertyCache getTPropertyCache()
           
 TypeCache getTypeCache()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBCache

public DBCache(DBContext dbContext)
Method Detail

getAnnotationCache

public AnnotationCache getAnnotationCache()

getOntologyCache

public OntologyCache getOntologyCache()

getOntClassCache

public OntClassCache getOntClassCache()

getTypeCache

public TypeCache getTypeCache()

getOPropertyCache

public OPropertyCache getOPropertyCache()

getTPropertyCache

public TPropertyCache getTPropertyCache()

getOntObjectCache

public OntObjectCache getOntObjectCache()