songxingwei b32037c937 1 vor 3 Jahren
..
Adapter b32037c937 1 vor 3 Jahren
DataCollector b32037c937 1 vor 3 Jahren
DependencyInjection b32037c937 1 vor 3 Jahren
Exception b32037c937 1 vor 3 Jahren
Marshaller b32037c937 1 vor 3 Jahren
Messenger b32037c937 1 vor 3 Jahren
Traits b32037c937 1 vor 3 Jahren
CHANGELOG.md b32037c937 1 vor 3 Jahren
CacheItem.php b32037c937 1 vor 3 Jahren
DoctrineProvider.php b32037c937 1 vor 3 Jahren
LICENSE b32037c937 1 vor 3 Jahren
LockRegistry.php b32037c937 1 vor 3 Jahren
PruneableInterface.php b32037c937 1 vor 3 Jahren
Psr16Cache.php b32037c937 1 vor 3 Jahren
README.md b32037c937 1 vor 3 Jahren
ResettableInterface.php b32037c937 1 vor 3 Jahren
composer.json b32037c937 1 vor 3 Jahren

README.md

Symfony PSR-6 implementation for caching

The Cache 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.

Resources