This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Contracts/Cache
Michael Bessolov 9cbeb63613
Added missing required dependencies on psr/cache and psr/container
in symfony/cache-contracts and symfony/service-contracts respectively.
2019-06-12 23:16:15 -07:00
..
CacheInterface.php [Contracts][Cache] allow retrieving metadata of cached items 2018-11-24 10:35:08 +01:00
CacheTrait.php [Cache] add logs on early-recomputation and locking 2019-04-03 11:22:57 +02:00
CallbackInterface.php [Cache] allow to skip saving the computed value when using CacheInterface::get() 2018-10-31 09:00:32 +01:00
composer.json Added missing required dependencies on psr/cache and psr/container 2019-06-12 23:16:15 -07:00
ItemInterface.php [Cache] add CacheInterface::delete() + improve CacheTrait 2018-10-06 16:52:09 +02:00
LICENSE [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
README.md [Contracts] split in one package per sub-contracts 2019-05-22 14:23:29 +02:00
TagAwareCacheInterface.php [Contracts][Cache] allow retrieving metadata of cached items 2018-11-24 10:35:08 +01:00

Symfony Cache Contracts

A set of abstractions extracted out of the Symfony components.

Can be used to build on semantics that the Symfony components proved useful - and that already have battle tested implementations.

See https://github.com/symfony/contracts/blob/master/README.md for more information.