Uses of Class
net.ontopia.topicmaps.impl.basic.SubjectIdentityCache
-
Packages that use SubjectIdentityCache Package Description net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces.net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation. -
-
Uses of SubjectIdentityCache in net.ontopia.topicmaps.impl.basic
Fields in net.ontopia.topicmaps.impl.basic declared as SubjectIdentityCache Modifier and Type Field Description protected SubjectIdentityCache
TopicMap. sicache
Methods in net.ontopia.topicmaps.impl.basic that return SubjectIdentityCache Modifier and Type Method Description protected SubjectIdentityCache
TopicMap. getSubjectIdentityCache()
Methods in net.ontopia.topicmaps.impl.basic with parameters of type SubjectIdentityCache Modifier and Type Method Description protected void
TopicMap. setSubjectIdentityCache(SubjectIdentityCache sicache)
-
Uses of SubjectIdentityCache in net.ontopia.topicmaps.impl.basic.index
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type SubjectIdentityCache Constructor Description IdentifierIndex(SubjectIdentityCache sicache)
IndexManager(TopicMapTransactionIF transaction, CollectionFactoryIF cfactory, EventManagerIF emanager, ObjectTreeManager otree, SubjectIdentityCache sicache)
-