Prado\Data\SqlMap\DataMapper\TSqlMapApplicationCache::__construct PHP Méthode

__construct() public méthode

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