معرفی شرکت ها


php-symfony-cache_3.4.22+dfsg-2+deb10u2_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Symfony Cache component with PSR-6, PSR-16, and tags
ویژگی مقدار
سیستم عامل Linux
توزیع Debian-security Buster-10
مخزن Debian-security updates all
نام بسته php-symfony-cache
نام فایل بسته php-symfony-cache_3.4.22+dfsg-2+deb10u2_all.deb
نسخه بسته 3.4.22+dfsg
انتشار بسته 2+deb10u2
معماری بسته all
نگهدارنده Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://symfony.com/doc/3.4/components/cache.html
مجوز -
حجم دانلود 45212
حجم نصب 283
The Symfony Cache Component provides an extended PSR-6 implementation for adding cache to applications. It is designed to have a low overhead so that caching is fastest. It ships with a few caching adapters for the most widespread and suited to caching backends. It also provides a `doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy adapter for greater interoperability between PSR-6 implementations. . Symfony is a PHP framework, a set of tools and a development methodology.


جایگزین ها

بسته نسخه معماری مخزن
php-symfony-cache_3.4.22+dfsg-2+deb10u1_all.deb 3.4.22+dfsg all Debian-security updates
php-symfony-cache_3.4.22+dfsg-2+deb10u3_all.deb 3.4.22+dfsg all Debian-security updates


نیازمندی

مقدار نام
- php-apcu
- php-common
>= 1.0 php-psr-cache
<< 2~~ php-psr-cache
>= 1.0 php-psr-log
<< 2~~ php-psr-log
>= 1.0 php-psr-simple-cache
<< 2~~ php-psr-simple-cache


نحوه نصب


نصب پکیج deb php-symfony-cache:

    sudo apt-get install php-symfony-cache_3.4.22+dfsg-2+deb10u2_all.deb


فایل ها

مسیرها
./usr/share/doc/php-symfony-cache/changelog.Debian.gz
./usr/share/doc/php-symfony-cache/changelog.gz
./usr/share/doc/php-symfony-cache/copyright
./usr/share/php/Symfony/Component/Cache/Adapter/AbstractAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/AdapterInterface.php
./usr/share/php/Symfony/Component/Cache/Adapter/ApcuAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/ArrayAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/ChainAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/DoctrineAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/NullAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/PdoAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/ProxyAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/RedisAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/SimpleCacheAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/TagAwareAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php
./usr/share/php/Symfony/Component/Cache/Adapter/TraceableAdapter.php
./usr/share/php/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php
./usr/share/php/Symfony/Component/Cache/CacheItem.php
./usr/share/php/Symfony/Component/Cache/DataCollector/CacheDataCollector.php
./usr/share/php/Symfony/Component/Cache/DoctrineProvider.php
./usr/share/php/Symfony/Component/Cache/Exception/CacheException.php
./usr/share/php/Symfony/Component/Cache/Exception/InvalidArgumentException.php
./usr/share/php/Symfony/Component/Cache/PruneableInterface.php
./usr/share/php/Symfony/Component/Cache/ResettableInterface.php
./usr/share/php/Symfony/Component/Cache/Simple/AbstractCache.php
./usr/share/php/Symfony/Component/Cache/Simple/ApcuCache.php
./usr/share/php/Symfony/Component/Cache/Simple/ArrayCache.php
./usr/share/php/Symfony/Component/Cache/Simple/ChainCache.php
./usr/share/php/Symfony/Component/Cache/Simple/DoctrineCache.php
./usr/share/php/Symfony/Component/Cache/Simple/FilesystemCache.php
./usr/share/php/Symfony/Component/Cache/Simple/MemcachedCache.php
./usr/share/php/Symfony/Component/Cache/Simple/NullCache.php
./usr/share/php/Symfony/Component/Cache/Simple/PdoCache.php
./usr/share/php/Symfony/Component/Cache/Simple/PhpArrayCache.php
./usr/share/php/Symfony/Component/Cache/Simple/PhpFilesCache.php
./usr/share/php/Symfony/Component/Cache/Simple/Psr6Cache.php
./usr/share/php/Symfony/Component/Cache/Simple/RedisCache.php
./usr/share/php/Symfony/Component/Cache/Simple/TraceableCache.php
./usr/share/php/Symfony/Component/Cache/Traits/AbstractTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/ApcuTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/ArrayTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/DoctrineTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/FilesystemTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/MemcachedTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/PdoTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/PhpArrayTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/PhpFilesTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/ProxyTrait.php
./usr/share/php/Symfony/Component/Cache/Traits/RedisProxy.php
./usr/share/php/Symfony/Component/Cache/Traits/RedisTrait.php
./usr/share/php/Symfony/Component/Cache/autoload.php