File tree 2 files changed +7
-7
lines changed
src/Symfony/Component/Cache
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Symfony PSR-6 implementation for caching
2
2
========================================
3
3
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
6
6
your 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 ` .
11
11
12
12
Resources
13
13
---------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " symfony/cache" ,
3
3
"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 " ,
5
5
"keywords" : [" caching" , " psr6" ],
6
6
"homepage" : " https://symfony.com" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments