for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace FOS\HttpCache\Tag\Manager;
use FOS\HttpCache\Tag\ManagerInterface;
/**
* Null tag manager - use this manager when no tagging is required.
*/
class NullTagManager implements ManagerInterface
{
* {@inheritdoc}
public function invalidateTags(array $tags)
}
public function tagCacheId(array $tags, $cacheId, $lifetime)