File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ipol.sdek/classes/lib/Core/Entity/CacheInterface.php
Back
<?php namespace Ipolh\SDEK\Core\Entity; /** * Interface CacheInterface * @package Ipolh\SDEK\Core * @subpackage Entity */ interface CacheInterface { /** * @param $life * @return mixed * Sets duration on cache's existence */ public function setLife($life); /** * @param $hash * @return mixed * receives data from cache */ public function getCache($hash); /** * @param $hash * @param $data * @return mixed * puts data in cache with hash-key */ public function setCache($hash, $data); /** * @param $hash * @return mixed * checks existence of cache */ public function checkCache($hash); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings