| Name | Size | Mode | Actions |
|---|---|---|---|
| .gitignore | 34 | 0644 | editdlrm |
| CacheInterface.php | 2437 | 0644 | editdlrm |
| CacheTrait.php | 2545 | 0644 | editdlrm |
| CallbackInterface.php | 811 | 0644 | editdlrm |
| CHANGELOG.md | 157 | 0644 | editdlrm |
| composer.json | 1025 | 0644 | editdlrm |
| ItemInterface.php | 1772 | 0644 | editdlrm |
| LICENSE | 1065 | 0644 | editdlrm |
| README.md | 328 | 0644 | editdlrm |
| TagAwareCacheInterface.php | 1005 | 0644 | editdlrm |
/home/techb158/immovalet.com/vendor/symfony/cache-contracts/CallbackInterface.php (811B)
*/ interface CallbackInterface { /** * @param CacheItemInterface|ItemInterface $item The item to compute the value for * @param bool &$save Should be set to false when the value should not be saved in the pool * * @return mixed The computed value for the passed item */ public function __invoke(CacheItemInterface $item, bool &$save); }