IPropagator
in
Propagate etags and mtimes within the storage
Tags
Table of Contents
Methods
- 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
commitBatch()
Commit the active propagation batch
public
commitBatch() : mixed
Tags
propagateChange()
public
propagateChange(string $internalPath, int $time[, int $sizeDifference = 0 ]) : mixed
Parameters
- $internalPath : string
- $time : int
- $sizeDifference : int = 0