Cache\Adapter\Filesystem\FilesystemCachePool::appendListItem PHP Method

appendListItem() protected method

protected appendListItem ( $name, $key )
    protected function appendListItem($name, $key)
    {
        $list = $this->getList($name);
        $list[] = $key;
        return $this->filesystem->update($this->getFilePath($name), serialize($list));
    }