• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Feb-2022-

CacheInterface.phpH A D03-May-20222.4 KiB589

CacheTrait.phpH A D03-May-20222.5 KiB7945

CallbackInterface.phpH A D03-May-2022811 317

ItemInterface.phpH A D03-May-20221.7 KiB6614

LICENSEH A D02-Sep-20201 KiB2016

README.mdH A D02-Sep-2020330 106

TagAwareCacheInterface.phpH A D03-May-20221,005 397

composer.jsonH A D02-Sep-20201,017 3938

README.md

1Symfony Cache Contracts
2=======================
3
4A set of abstractions extracted out of the Symfony components.
5
6Can be used to build on semantics that the Symfony components proved useful - and
7that already have battle tested implementations.
8
9See https://github.com/symfony/contracts/blob/master/README.md for more information.
10