Prado\Data\SqlMap\Configuration\TSqlMapCacheModel::getImplementation PHP Метод

getImplementation() публичный Метод

public getImplementation ( ) : string
Результат string cache implements of TSqlMapCacheTypes, either 'Basic', 'LRU' or 'FIFO'.
    public function getImplementation()
    {
        return $this->_implementation;
    }