This file is indexed.

/usr/share/php/Symfony/ is in php-symfony-cache 3.4.6+dfsg-1.

This file is owned by root:root, with mode 0o755.

File Mime Type Owner Mode Size
..
/usr/share/php/Symfony/Component/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/Adapter/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/Adapter/AbstractAdapter.php text/x-php root:root 0o644 9.4 KB
/usr/share/php/Symfony/Component/Cache/Adapter/AdapterInterface.php text/x-php root:root 0o644 790 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/ApcuAdapter.php text/x-php root:root 0o644 747 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/ArrayAdapter.php text/x-php root:root 0o644 4.1 KB
/usr/share/php/Symfony/Component/Cache/Adapter/ChainAdapter.php text/x-php root:root 0o644 6.3 KB
/usr/share/php/Symfony/Component/Cache/Adapter/DoctrineAdapter.php text/x-php root:root 0o644 827 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/FilesystemAdapter.php text/x-php root:root 0o644 822 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/MemcachedAdapter.php text/x-php root:root 0o644 1.1 KB
/usr/share/php/Symfony/Component/Cache/Adapter/NullAdapter.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/Symfony/Component/Cache/Adapter/PdoAdapter.php text/x-php root:root 0o644 2.2 KB
/usr/share/php/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php text/x-php root:root 0o644 8.8 KB
/usr/share/php/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/Cache/Adapter/ProxyAdapter.php text/x-php root:root 0o644 4.6 KB
/usr/share/php/Symfony/Component/Cache/Adapter/RedisAdapter.php text/x-php root:root 0o644 873 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php text/x-php root:root 0o644 1.7 KB
/usr/share/php/Symfony/Component/Cache/Adapter/TagAwareAdapter.php text/x-php root:root 0o644 8.7 KB
/usr/share/php/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php text/x-php root:root 0o644 785 bytes
/usr/share/php/Symfony/Component/Cache/Adapter/TraceableAdapter.php text/x-php root:root 0o644 5.2 KB
/usr/share/php/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php text/x-php root:root 0o644 849 bytes
/usr/share/php/Symfony/Component/Cache/CacheItem.php text/x-php root:root 0o644 5.0 KB
/usr/share/php/Symfony/Component/Cache/DataCollector/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/DataCollector/CacheDataCollector.php text/x-php root:root 0o644 5.5 KB
/usr/share/php/Symfony/Component/Cache/DoctrineProvider.php text/x-php root:root 0o644 2.0 KB
/usr/share/php/Symfony/Component/Cache/Exception/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/Exception/CacheException.php text/x-php root:root 0o644 493 bytes
/usr/share/php/Symfony/Component/Cache/Exception/InvalidArgumentException.php text/x-php root:root 0o644 538 bytes
/usr/share/php/Symfony/Component/Cache/PruneableInterface.php text/x-php root:root 0o644 485 bytes
/usr/share/php/Symfony/Component/Cache/ResettableInterface.php text/x-php root:root 0o644 377 bytes
/usr/share/php/Symfony/Component/Cache/Simple/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/Simple/AbstractCache.php text/x-php root:root 0o644 5.7 KB
/usr/share/php/Symfony/Component/Cache/Simple/ApcuCache.php text/x-php root:root 0o644 682 bytes
/usr/share/php/Symfony/Component/Cache/Simple/ArrayCache.php text/x-php root:root 0o644 4.6 KB
/usr/share/php/Symfony/Component/Cache/Simple/ChainCache.php text/x-php root:root 0o644 6.3 KB
/usr/share/php/Symfony/Component/Cache/Simple/DoctrineCache.php text/x-php root:root 0o644 822 bytes
/usr/share/php/Symfony/Component/Cache/Simple/FilesystemCache.php text/x-php root:root 0o644 817 bytes
/usr/share/php/Symfony/Component/Cache/Simple/MemcachedCache.php text/x-php root:root 0o644 730 bytes
/usr/share/php/Symfony/Component/Cache/Simple/NullCache.php text/x-php root:root 0o644 1.4 KB
/usr/share/php/Symfony/Component/Cache/Simple/PdoCache.php text/x-php root:root 0o644 2.1 KB
/usr/share/php/Symfony/Component/Cache/Simple/PhpArrayCache.php text/x-php root:root 0o644 8.0 KB
/usr/share/php/Symfony/Component/Cache/Simple/PhpFilesCache.php text/x-php root:root 0o644 1.2 KB
/usr/share/php/Symfony/Component/Cache/Simple/Psr6Cache.php text/x-php root:root 0o644 6.6 KB
/usr/share/php/Symfony/Component/Cache/Simple/RedisCache.php text/x-php root:root 0o644 798 bytes
/usr/share/php/Symfony/Component/Cache/Simple/TraceableCache.php text/x-php root:root 0o644 5.7 KB
/usr/share/php/Symfony/Component/Cache/Traits/ root:root 0o755
/usr/share/php/Symfony/Component/Cache/Traits/AbstractTrait.php text/x-php root:root 0o644 7.1 KB
/usr/share/php/Symfony/Component/Cache/Traits/ApcuTrait.php text/x-php root:root 0o644 2.8 KB
/usr/share/php/Symfony/Component/Cache/Traits/ArrayTrait.php text/x-php root:root 0o644 2.5 KB
/usr/share/php/Symfony/Component/Cache/Traits/DoctrineTrait.php text/x-php root:root 0o644 2.2 KB
/usr/share/php/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php text/x-php root:root 0o644 3.5 KB
/usr/share/php/Symfony/Component/Cache/Traits/FilesystemTrait.php text/x-php root:root 0o644 2.7 KB
/usr/share/php/Symfony/Component/Cache/Traits/MemcachedTrait.php text/x-php root:root 0o644 10.1 KB
/usr/share/php/Symfony/Component/Cache/Traits/PdoTrait.php text/x-php root:root 0o644 16.0 KB
/usr/share/php/Symfony/Component/Cache/Traits/PhpArrayTrait.php text/x-php root:root 0o644 4.4 KB
/usr/share/php/Symfony/Component/Cache/Traits/PhpFilesTrait.php text/x-php root:root 0o644 4.7 KB
/usr/share/php/Symfony/Component/Cache/Traits/ProxyTrait.php text/x-php root:root 0o644 809 bytes
/usr/share/php/Symfony/Component/Cache/Traits/RedisProxy.php text/x-php root:root 0o644 1.8 KB
/usr/share/php/Symfony/Component/Cache/Traits/RedisTrait.php text/x-php root:root 0o644 13.1 KB
/usr/share/php/Symfony/Component/Cache/autoload.php text/x-php root:root 0o644 6.2 KB