| Name | Size | Mode | Actions |
|---|---|---|---|
| autoload.php | 1103 | 0644 | editdlrm |
| CacheInterface.php | 2437 | 0644 | editdlrm |
| CacheTrait.php | 2545 | 0644 | editdlrm |
| CallbackInterface.php | 811 | 0644 | editdlrm |
| ItemInterface.php | 1772 | 0644 | editdlrm |
| TagAwareCacheInterface.php | 1005 | 0644 | editdlrm |
/usr/share/php/Symfony/Contracts/Cache/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); }