Uses of Interface
org.apache.jackrabbit.core.data.AsyncTouchCallback
-
Packages that use AsyncTouchCallback Package Description org.apache.jackrabbit.core.data -
-
Uses of AsyncTouchCallback in org.apache.jackrabbit.core.data
Classes in org.apache.jackrabbit.core.data that implement AsyncTouchCallback Modifier and Type Class Description classCachingDataStoreA caching data store that consists ofLocalCacheandBackend.classCachingFDSMethods in org.apache.jackrabbit.core.data with parameters of type AsyncTouchCallback Modifier and Type Method Description voidBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)Update the lastModified of record if it's lastModified < minModifiedDate asynchronously.voidFSBackend. touchAsync(DataIdentifier identifier, long minModifiedDate, AsyncTouchCallback callback)
-