Uses of Interface
org.apache.manifoldcf.core.interfaces.ICacheCreateHandle
-
Packages that use ICacheCreateHandle Package Description org.apache.manifoldcf.core.cachemanager org.apache.manifoldcf.core.interfaces -
-
Uses of ICacheCreateHandle in org.apache.manifoldcf.core.cachemanager
Classes in org.apache.manifoldcf.core.cachemanager that implement ICacheCreateHandle Modifier and Type Class Description protected classCacheManager.CacheCreateHandleThis is the local implementation of ICacheCreateHandleMethods in org.apache.manifoldcf.core.cachemanager that return ICacheCreateHandle Modifier and Type Method Description ICacheCreateHandleCacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.Methods in org.apache.manifoldcf.core.cachemanager with parameters of type ICacheCreateHandle Modifier and Type Method Description voidCacheManager. leaveCreateSection(ICacheCreateHandle handle)Leave the create section.java.lang.ObjectCacheManager. lookupObject(ICacheCreateHandle handle, ICacheDescription objectDescription)Lookup an object.voidCacheManager. saveObject(ICacheCreateHandle handle, ICacheDescription objectDescription, java.lang.Object object)Save a newly created object. -
Uses of ICacheCreateHandle in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces that return ICacheCreateHandle Modifier and Type Method Description ICacheCreateHandleICacheManager. enterCreateSection(ICacheHandle handle)Enter a creation critical section.Methods in org.apache.manifoldcf.core.interfaces with parameters of type ICacheCreateHandle Modifier and Type Method Description voidICacheManager. leaveCreateSection(ICacheCreateHandle handle)Leave the create section.java.lang.ObjectICacheManager. lookupObject(ICacheCreateHandle handle, ICacheDescription objectDescription)Lookup an object.voidICacheManager. saveObject(ICacheCreateHandle handle, ICacheDescription objectDescription, java.lang.Object object)Save a newly created object.
-