Prado\Data\SqlMap\DataMapper\TSqlMapApplicationCache::__construct PHP 메소드

__construct() 공개 메소드

Create a new cache with limited cache size.
public __construct ( $cacheModel = null )
    public function __construct($cacheModel = null)
    {
        $this->_cacheModel = $cacheModel;
    }