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

setCacheSize() public method

Maximum number of items to cache. Default size is 100.
public setCacheSize ( $value )
    public function setCacheSize($value)
    {
        $this->_cacheSize = TPropertyValue::ensureInteger($value, 100);
    }