IPropagator
Propagate etags and mtimes within the storage
Tags
Table of Contents
- beginBatch() : mixed
 - Mark the beginning of a propagation batch
 - commitBatch() : mixed
 - Commit the active propagation batch
 - propagateChange() : mixed
 
Methods
beginBatch()
Mark the beginning of a propagation batch
    public
                beginBatch() : mixed
        Note that not all cache setups support propagation in which case this will be a noop
Batching for cache setups that do support it has to be explicit since the cache state is not fully consistent before the batch is committed.
Tags
Return values
mixed —commitBatch()
Commit the active propagation batch
    public
                commitBatch() : mixed
    
    
    
    Tags
Return values
mixed —propagateChange()
    public
                propagateChange(string $internalPath, int $time) : mixed
    
        Parameters
- $internalPath : string
 - $time : int