Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-symfony4-cache | Distribution: Fedora Project |
Version: 4.4.50 | Vendor: Fedora Project |
Release: 8.fc41 | Build date: Sat Jul 20 04:15:27 2024 |
Group: Unspecified | Build host: buildvm-s390x-02.s390.fedoraproject.org |
Size: 336050 | Source RPM: php-symfony4-4.4.50-8.fc41.src.rpm |
Packager: Fedora Project | |
Url: http://symfony.com/doc/4.4/components/cache.html | |
Summary: Symfony implementation of PSR-6 and PSR-16 (version 4) |
The Cache component provides an extended PSR-6 [1] implementation for adding cache to your applications. It is designed to have a low overhead and it ships with ready to use adapters for the most common caching backends. Autoloader: /usr/share/php/Symfony4/Component/Cache/autoload.php [1] http://www.php-fig.org/psr/psr-6/
MIT
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 4.4.50-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <[email protected]> - 4.4.50-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <[email protected]> - 4.4.50-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 09 2023 Shawn Iwinski <[email protected]> - 4.4.50-5 - Obsolete "proxy-manager-bridge" sub-package as its dependency has been retired (addresses "F40FailsToInstall: php-symfony4-proxy-manager-bridge", RHBZ #2242705) * Sat Oct 07 2023 Shawn Iwinski <[email protected]> - 4.4.50-4 - Fix FTBFS (RHBZ #2139649) * Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 4.4.50-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 02 2023 Remi Collet <[email protected]> - 4.4.50-1 - update to 4.4.50 * Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 4.4.49-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 29 2022 Remi Collet <[email protected]> - 4.4.49-1 - update to 4.4.49 * Thu Nov 03 2022 Remi Collet <[email protected]> - 4.4.48-1 - update to 4.4.48 * Wed Oct 12 2022 Remi Collet <[email protected]> - 4.4.47-1 - update to 4.4.47 * Fri Sep 30 2022 Remi Collet <[email protected]> - 4.4.46-1 - update to 4.4.46 * Thu Sep 08 2022 Remi Collet <[email protected]> - 4.4.45-1 - update to 4.4.45 * Fri Jul 29 2022 Remi Collet <[email protected]> - 4.4.44-1 - update to 4.4.44 * Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 4.4.43-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/usr/share/doc/php-symfony4-cache /usr/share/doc/php-symfony4-cache/CHANGELOG.md /usr/share/doc/php-symfony4-cache/README.md /usr/share/doc/php-symfony4-cache/composer.json /usr/share/licenses/php-symfony4-cache /usr/share/licenses/php-symfony4-cache/LICENSE /usr/share/php/Symfony4/Component/Cache /usr/share/php/Symfony4/Component/Cache/Adapter /usr/share/php/Symfony4/Component/Cache/Adapter/AbstractAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/AbstractTagAwareAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/AdapterInterface.php /usr/share/php/Symfony4/Component/Cache/Adapter/ApcuAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/ArrayAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/ChainAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/DoctrineAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/FilesystemAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/FilesystemTagAwareAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/MemcachedAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/NullAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/PdoAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/PhpArrayAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/PhpFilesAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/ProxyAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/Psr16Adapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/RedisAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/RedisTagAwareAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/SimpleCacheAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/TagAwareAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/TagAwareAdapterInterface.php /usr/share/php/Symfony4/Component/Cache/Adapter/TraceableAdapter.php /usr/share/php/Symfony4/Component/Cache/Adapter/TraceableTagAwareAdapter.php /usr/share/php/Symfony4/Component/Cache/CacheItem.php /usr/share/php/Symfony4/Component/Cache/DataCollector /usr/share/php/Symfony4/Component/Cache/DataCollector/CacheDataCollector.php /usr/share/php/Symfony4/Component/Cache/DependencyInjection /usr/share/php/Symfony4/Component/Cache/DependencyInjection/CacheCollectorPass.php /usr/share/php/Symfony4/Component/Cache/DependencyInjection/CachePoolClearerPass.php /usr/share/php/Symfony4/Component/Cache/DependencyInjection/CachePoolPass.php /usr/share/php/Symfony4/Component/Cache/DependencyInjection/CachePoolPrunerPass.php /usr/share/php/Symfony4/Component/Cache/DoctrineProvider.php /usr/share/php/Symfony4/Component/Cache/Exception /usr/share/php/Symfony4/Component/Cache/Exception/CacheException.php /usr/share/php/Symfony4/Component/Cache/Exception/InvalidArgumentException.php /usr/share/php/Symfony4/Component/Cache/Exception/LogicException.php /usr/share/php/Symfony4/Component/Cache/LockRegistry.php /usr/share/php/Symfony4/Component/Cache/Marshaller /usr/share/php/Symfony4/Component/Cache/Marshaller/DefaultMarshaller.php /usr/share/php/Symfony4/Component/Cache/Marshaller/DeflateMarshaller.php /usr/share/php/Symfony4/Component/Cache/Marshaller/MarshallerInterface.php /usr/share/php/Symfony4/Component/Cache/Marshaller/TagAwareMarshaller.php /usr/share/php/Symfony4/Component/Cache/PruneableInterface.php /usr/share/php/Symfony4/Component/Cache/Psr16Cache.php /usr/share/php/Symfony4/Component/Cache/ResettableInterface.php /usr/share/php/Symfony4/Component/Cache/Simple /usr/share/php/Symfony4/Component/Cache/Simple/AbstractCache.php /usr/share/php/Symfony4/Component/Cache/Simple/ApcuCache.php /usr/share/php/Symfony4/Component/Cache/Simple/ArrayCache.php /usr/share/php/Symfony4/Component/Cache/Simple/ChainCache.php /usr/share/php/Symfony4/Component/Cache/Simple/DoctrineCache.php /usr/share/php/Symfony4/Component/Cache/Simple/FilesystemCache.php /usr/share/php/Symfony4/Component/Cache/Simple/MemcachedCache.php /usr/share/php/Symfony4/Component/Cache/Simple/NullCache.php /usr/share/php/Symfony4/Component/Cache/Simple/PdoCache.php /usr/share/php/Symfony4/Component/Cache/Simple/PhpArrayCache.php /usr/share/php/Symfony4/Component/Cache/Simple/PhpFilesCache.php /usr/share/php/Symfony4/Component/Cache/Simple/Psr6Cache.php /usr/share/php/Symfony4/Component/Cache/Simple/RedisCache.php /usr/share/php/Symfony4/Component/Cache/Simple/TraceableCache.php /usr/share/php/Symfony4/Component/Cache/Traits /usr/share/php/Symfony4/Component/Cache/Traits/AbstractAdapterTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/AbstractTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/ApcuTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/ArrayTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/ContractsTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/DoctrineTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/FilesystemCommonTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/FilesystemTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/MemcachedTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/PdoTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/PhpArrayTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/PhpFilesTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/ProxyTrait.php /usr/share/php/Symfony4/Component/Cache/Traits/RedisClusterNodeProxy.php /usr/share/php/Symfony4/Component/Cache/Traits/RedisClusterProxy.php /usr/share/php/Symfony4/Component/Cache/Traits/RedisProxy.php /usr/share/php/Symfony4/Component/Cache/Traits/RedisTrait.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 27 05:57:41 2024