Uses of Interface
org.apache.manifoldcf.core.interfaces.ICacheHandle
-
Packages that use ICacheHandle Package Description org.apache.manifoldcf.core.cachemanager org.apache.manifoldcf.core.interfaces -
-
Uses of ICacheHandle in org.apache.manifoldcf.core.cachemanager
Classes in org.apache.manifoldcf.core.cachemanager that implement ICacheHandle Modifier and Type Class Description protected classCacheManager.CacheHandleThis is the local implementation of ICacheHandle.Methods in org.apache.manifoldcf.core.cachemanager that return ICacheHandle Modifier and Type Method Description ICacheHandleCacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.Methods in org.apache.manifoldcf.core.cachemanager with parameters of type ICacheHandle Modifier and Type Method Description ICacheCreateHandleCacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.voidCacheManager. invalidateKeys(ICacheHandle handle)Invalidate keys.voidCacheManager. leaveCache(ICacheHandle handle)Leave the cache. -
Uses of ICacheHandle in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ICacheHandle Modifier and Type Method Description ICacheHandleICacheManager. enterCache(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, java.lang.String transactionID)Second way of doing cache management.Methods in org.apache.manifoldcf.core.interfaces with parameters of type ICacheHandle Modifier and Type Method Description ICacheCreateHandleICacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.voidICacheManager. invalidateKeys(ICacheHandle handle)Invalidate keys.voidICacheManager. leaveCache(ICacheHandle handle)Leave the cache.
-