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. qcacheprotected QueryCache<ParameterArray,E>SharedQueryLookup. qcacheConstructors 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)
-