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

__construct() 공개 메소드

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