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

__construct() public method

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