Uses of Class
net.ontopia.persistence.proxy.QueryCache
Packages that use QueryCache
Package
Description
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 QueryCacheModifier and TypeFieldDescriptionprotected QueryCache<LocatorIF,E> SharedLocatorLookup.qcacheprotected QueryCache<ParameterArray,E> SharedQueryLookup.qcacheConstructors in net.ontopia.topicmaps.impl.rdbms with parameters of type QueryCacheModifierConstructorDescriptionSharedLocatorLookup(StorageAccessIF access, QueryCache<LocatorIF, E> qcache, IdentityIF tmid) SharedQueryLookup(StorageAccessIF access, QueryCache<ParameterArray, E> qcache)