Вход Регистрация
Файл: concrete5.7.5.6/concrete/src/Cache/Level/ObjectCache.php
Строк: 11
<?php

namespace ConcreteCoreCacheLevel;


use 
ConcreteCoreCacheCache;
use 
StashPool;

class 
ObjectCache extends Cache
{
    protected function 
init()
    {
        
$driver $this->loadConfig('object');
        
$this->pool = new Pool($driver);
        
$this->enable();
    }
}
Онлайн: 0
Реклама