Uses of Class
net.ontopia.persistence.proxy.QueryCache
-
Packages that use QueryCache Package Description net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. -
-
Uses of QueryCache in net.ontopia.topicmaps.impl.rdbms
Fields in net.ontopia.topicmaps.impl.rdbms declared as QueryCache Modifier and Type Field Description protected QueryCache<LocatorIF,E>
SharedLocatorLookup. qcache
protected QueryCache<ParameterArray,E>
SharedQueryLookup. qcache
Constructors in net.ontopia.topicmaps.impl.rdbms with parameters of type QueryCache Constructor Description SharedLocatorLookup(StorageAccessIF access, QueryCache<LocatorIF,E> qcache, IdentityIF tmid)
SharedQueryLookup(StorageAccessIF access, QueryCache<ParameterArray,E> qcache)
-