| Current Path : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/ |
| Current File : /var/www/homesaver/www/bitrix/modules/location/lib/repository/location/icache.php |
<?php
namespace Bitrix\Location\Repository\Location;
use Bitrix\Location\Repository\Location\IRepository;
/**
* Interface ICache
* @package Bitrix\Location\Repository\Location
*/
interface ICache
extends IRepository
{
}