/var/www/cobraambalaj/vendor/symfony/cache
NameSizeModeActions
Adapter/-0755rm
DataCollector/-0755rm
DependencyInjection/-0755rm
Exception/-0755rm
Marshaller/-0755rm
Messenger/-0755rm
Traits/-0755rm
CacheItem.php53330644editdlrm
CHANGELOG.md41310644editdlrm
composer.json17860644editdlrm
DoctrineProvider.php22190644editdlrm
LICENSE10650644editdlrm
LockRegistry.php67050644editdlrm
PruneableInterface.php4850644editdlrm
Psr16Cache.php82750644editdlrm
README.md9270644editdlrm
ResettableInterface.php4180644editdlrm
Edit: /var/www/cobraambalaj/vendor/symfony/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 { }