scc_pg_admission_2025/pma/vendor/symfony/cache
ns77@siliconpin.com 5c1e30c087 initial commit 2025-08-18 12:05:35 +00:00
..
Adapter initial commit 2025-08-18 12:05:35 +00:00
DataCollector initial commit 2025-08-18 12:05:35 +00:00
DependencyInjection initial commit 2025-08-18 12:05:35 +00:00
Exception initial commit 2025-08-18 12:05:35 +00:00
Marshaller initial commit 2025-08-18 12:05:35 +00:00
Messenger initial commit 2025-08-18 12:05:35 +00:00
Traits initial commit 2025-08-18 12:05:35 +00:00
CHANGELOG.md initial commit 2025-08-18 12:05:35 +00:00
CacheItem.php initial commit 2025-08-18 12:05:35 +00:00
DoctrineProvider.php initial commit 2025-08-18 12:05:35 +00:00
LICENSE initial commit 2025-08-18 12:05:35 +00:00
LockRegistry.php initial commit 2025-08-18 12:05:35 +00:00
PruneableInterface.php initial commit 2025-08-18 12:05:35 +00:00
Psr16Cache.php initial commit 2025-08-18 12:05:35 +00:00
README.md initial commit 2025-08-18 12:05:35 +00:00
ResettableInterface.php initial commit 2025-08-18 12:05:35 +00:00
composer.json initial commit 2025-08-18 12:05:35 +00:00

README.md

Symfony PSR-6 implementation for caching

The Cache component provides extended PSR-6 implementations for adding cache to your applications. It is designed to have a low overhead so that caching is fastest. It ships with adapters for the most widespread caching backends. It also provides a PSR-16 adapter, and implementations for symfony/cache-contracts' CacheInterface and TagAwareCacheInterface.

Resources