Appends a cache backend to the cache chain.
CacheBackendInterface $backend: The cache backend to be appended to the cache chain.
$this The called object.
public function appendBackend(CacheBackendInterface $backend) { $this->backends[] = $backend; return $this; }