Prado\Data\SqlMap\DataMapper\TSqlMapCache::__construct PHP Method

__construct() public method

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;
    }