唐金木 07e2592bdb first commit | hace 4 años | |
---|---|---|
.. | ||
Adapter | hace 4 años | |
DataCollector | hace 4 años | |
DependencyInjection | hace 4 años | |
Exception | hace 4 años | |
Marshaller | hace 4 años | |
Traits | hace 4 años | |
.gitattributes | hace 4 años | |
CHANGELOG.md | hace 4 años | |
CacheItem.php | hace 4 años | |
DoctrineProvider.php | hace 4 años | |
LICENSE | hace 4 años | |
LockRegistry.php | hace 4 años | |
PruneableInterface.php | hace 4 años | |
Psr16Cache.php | hace 4 años | |
README.md | hace 4 años | |
ResettableInterface.php | hace 4 años | |
composer.json | hace 4 años |
This component provides an extended PSR-6
implementation for adding cache to your 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.