Uses of Interface
org.apache.manifoldcf.core.interfaces.ICacheManager
-
-
Uses of ICacheManager in org.apache.manifoldcf.agents.outputconnection
Fields in org.apache.manifoldcf.agents.outputconnection declared as ICacheManager Modifier and Type Field Description protected ICacheManagerOutputConnectionManager. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.agents.transformationconnection
Fields in org.apache.manifoldcf.agents.transformationconnection declared as ICacheManager Modifier and Type Field Description protected ICacheManagerTransformationConnectionManager. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.authorities.authority
Fields in org.apache.manifoldcf.authorities.authority declared as ICacheManager Modifier and Type Field Description protected ICacheManagerAuthorityConnectionManager. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.authorities.mapping
Fields in org.apache.manifoldcf.authorities.mapping declared as ICacheManager Modifier and Type Field Description protected ICacheManagerMappingConnectionManager. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.core.cachemanager
Classes in org.apache.manifoldcf.core.cachemanager that implement ICacheManager Modifier and Type Class Description classCacheManagerThis class implements the cache manager interface, and provides generic cache management services. -
Uses of ICacheManager in org.apache.manifoldcf.core.database
Fields in org.apache.manifoldcf.core.database declared as ICacheManager Modifier and Type Field Description protected ICacheManagerDatabase. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ICacheManager Modifier and Type Method Description static ICacheManagerCacheManagerFactory. make(IThreadContext context)Return a cache manager instance that any client can use to obtain cache management services. -
Uses of ICacheManager in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as ICacheManager Modifier and Type Field Description protected ICacheManagerJobs. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.crawler.notification
Fields in org.apache.manifoldcf.crawler.notification declared as ICacheManager Modifier and Type Field Description protected ICacheManagerNotificationConnectionManager. cacheManager -
Uses of ICacheManager in org.apache.manifoldcf.crawler.repository
Fields in org.apache.manifoldcf.crawler.repository declared as ICacheManager Modifier and Type Field Description protected ICacheManagerRepositoryConnectionManager. cacheManager
-