1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
icache.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Repository\Location;
4
5use Bitrix\Location\Repository\Location\IRepository;
6
11interface ICache
12 extends IRepository
13{
14
15}