/usr/share/php/Symfony/Component/Cache
NameSizeModeActions
Adapter/-0755rm
DataCollector/-0755rm
DependencyInjection/-0755rm
Exception/-0755rm
Marshaller/-0755rm
Messenger/-0755rm
Traits/-0755rm
autoload.php72840644editdlrm
CacheItem.php53480644editdlrm
DoctrineProvider.php24680644editdlrm
LockRegistry.php71100644editdlrm
PruneableInterface.php4850644editdlrm
Psr16Cache.php86990644editdlrm
ResettableInterface.php4180644editdlrm
Edit: /usr/share/php/Symfony/Component/Cache/ResettableInterface.php (418B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Cache; use Symfony\Contracts\Service\ResetInterface; /** * Resets a pool's local state. */ interface ResettableInterface extends ResetInterface { }