Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-symfony3-cache-3.4.49-5.fc38 RPM for noarch

From Fedora Rawhide for s390x / p

Name: php-symfony3-cache Distribution: Fedora Project
Version: 3.4.49 Vendor: Fedora Project
Release: 5.fc38 Build date: Fri Jan 20 10:35:56 2023
Group: Unspecified Build host: buildvm-a64-13.iad2.fedoraproject.org
Size: 209631 Source RPM: php-symfony3-3.4.49-5.fc38.src.rpm
Packager: Fedora Project
Url: http://symfony.com/doc/3.4/components/cache.html
Summary: Symfony implementation of PSR-6 (version 3)
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/Symfony3/Component/Cache/autoload.php

[1] http://www.php-fig.org/psr/psr-6/

Provides

Requires

License

MIT and CC-BY-SA

Changelog

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.49-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.49-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.49-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.49-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed May 19 2021 Remi Collet <remi@remirepo.net> - 3.4.49-1
  - update to 3.4.49
* Mon May 17 2021 Remi Collet <remi@remirepo.net> - 3.4.48-1
  - update to 3.4.48
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.47-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/share/doc/php-symfony3-cache
/usr/share/doc/php-symfony3-cache/CHANGELOG.md
/usr/share/doc/php-symfony3-cache/README.md
/usr/share/doc/php-symfony3-cache/composer.json
/usr/share/licenses/php-symfony3-cache
/usr/share/licenses/php-symfony3-cache/LICENSE
/usr/share/php/Symfony3/Component/Cache
/usr/share/php/Symfony3/Component/Cache/Adapter
/usr/share/php/Symfony3/Component/Cache/Adapter/AbstractAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/AdapterInterface.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ApcuAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ArrayAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ChainAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/DoctrineAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/FilesystemAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/MemcachedAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/NullAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PdoAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PhpArrayAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/PhpFilesAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/ProxyAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/RedisAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/SimpleCacheAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TagAwareAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TagAwareAdapterInterface.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TraceableAdapter.php
/usr/share/php/Symfony3/Component/Cache/Adapter/TraceableTagAwareAdapter.php
/usr/share/php/Symfony3/Component/Cache/CacheItem.php
/usr/share/php/Symfony3/Component/Cache/DataCollector
/usr/share/php/Symfony3/Component/Cache/DataCollector/CacheDataCollector.php
/usr/share/php/Symfony3/Component/Cache/DoctrineProvider.php
/usr/share/php/Symfony3/Component/Cache/Exception
/usr/share/php/Symfony3/Component/Cache/Exception/CacheException.php
/usr/share/php/Symfony3/Component/Cache/Exception/InvalidArgumentException.php
/usr/share/php/Symfony3/Component/Cache/PruneableInterface.php
/usr/share/php/Symfony3/Component/Cache/ResettableInterface.php
/usr/share/php/Symfony3/Component/Cache/Simple
/usr/share/php/Symfony3/Component/Cache/Simple/AbstractCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ApcuCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ArrayCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/ChainCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/DoctrineCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/FilesystemCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/MemcachedCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/NullCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PdoCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PhpArrayCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/PhpFilesCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/Psr6Cache.php
/usr/share/php/Symfony3/Component/Cache/Simple/RedisCache.php
/usr/share/php/Symfony3/Component/Cache/Simple/TraceableCache.php
/usr/share/php/Symfony3/Component/Cache/Traits
/usr/share/php/Symfony3/Component/Cache/Traits/AbstractTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ApcuTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ArrayTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/DoctrineTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/FilesystemCommonTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/FilesystemTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/MemcachedTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PdoTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PhpArrayTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/PhpFilesTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/ProxyTrait.php
/usr/share/php/Symfony3/Component/Cache/Traits/RedisProxy.php
/usr/share/php/Symfony3/Component/Cache/Traits/RedisTrait.php
/usr/share/php/Symfony3/Component/Cache/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 02:05:04 2024