Gitea cbaa767e15 | pirms 3 gadiem | |
---|---|---|
.. | ||
Adapter | pirms 3 gadiem | |
DataCollector | pirms 3 gadiem | |
DependencyInjection | pirms 3 gadiem | |
Exception | pirms 3 gadiem | |
Marshaller | pirms 3 gadiem | |
Simple | pirms 3 gadiem | |
Traits | pirms 3 gadiem | |
CHANGELOG.md | pirms 3 gadiem | |
CacheItem.php | pirms 3 gadiem | |
DoctrineProvider.php | pirms 3 gadiem | |
LICENSE | pirms 3 gadiem | |
LockRegistry.php | pirms 3 gadiem | |
PruneableInterface.php | pirms 3 gadiem | |
Psr16Cache.php | pirms 3 gadiem | |
README.md | pirms 3 gadiem | |
ResettableInterface.php | pirms 3 gadiem | |
composer.json | pirms 3 gadiem |
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.