| Current Path : /var/www/homesaver/www/bitrix/modules/main/lib/data/ |
| Current File : /var/www/homesaver/www/bitrix/modules/main/lib/data/cacheenginestatinterface.php |
<?php
namespace Bitrix\Main\Data;
interface CacheEngineStatInterface
{
public function getReadBytes();
public function getWrittenBytes();
public function getCachePath();
}