���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/tie.cx/vendor/phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ClusterPoolTrait.php
���ѧ٧ѧ�
<?php /** * * This file is part of phpFastCache. * * @license MIT License (MIT) * * For full copyright and license information, please see the docs/CREDITS.txt file. * * @author Georges.L (Geolim4) <contact@geolim4.com> * */ declare(strict_types=1); namespace Phpfastcache\Cluster; use Psr\Cache\CacheItemInterface; trait ClusterPoolTrait { /** * @return bool */ protected function driverCheck(): bool { return true; } /** * @return bool */ protected function driverConnect(): bool { return true; } /** * @param CacheItemInterface $item * @return null */ protected function driverRead(CacheItemInterface $item) { return null; } /** * @param CacheItemInterface $item * @return bool */ protected function driverWrite(CacheItemInterface $item): bool { return true; } /** * @param CacheItemInterface $item * @return bool */ protected function driverDelete(CacheItemInterface $item): bool { return true; } /** * @return bool */ protected function driverClear(): bool { return true; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�