File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/Symfony/Component/Cache Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11Symfony PSR-6 implementation for caching
22========================================
33
4- The Cache component provides an extended
5- [ PSR-6] ( http ://www.php-fig.org/psr/psr-6/) implementation for adding cache to
4+ The Cache component provides extended
5+ [ PSR-6] ( https ://www.php-fig.org/psr/psr-6/) implementations for adding cache to
66your applications. It is designed to have a low overhead so that caching is
7- fastest. It ships with a few caching adapters for the most widespread and
8- suited to caching backends. It also provides a ` doctrine/cache ` proxy adapter
9- to cover more advanced caching needs and a proxy adapter for greater
10- interoperability between PSR-6 implementations .
7+ fastest. It ships with adapters for the most widespread caching backends.
8+ It also provides a [ PSR-16 ] ( https://www.php-fig.org/psr/psr-16/ ) adapter,
9+ and implementations for [ symfony/cache-contracts ] ( https://github.com/symfony/cache-contracts ) '
10+ ` CacheInterface ` and ` TagAwareCacheInterface ` .
1111
1212Resources
1313---------
Original file line number Diff line number Diff line change 11{
22 "name" : " symfony/cache" ,
33 "type" : " library" ,
4- "description" : " Provides an extended PSR-6, PSR-16 (and tags) implementation " ,
4+ "description" : " Provides extended PSR-6, PSR-16 (and tags) implementations " ,
55 "keywords" : [" caching" , " psr6" ],
66 "homepage" : " https://symfony.com" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments