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

getCacheSize() public method

public getCacheSize ( ) : integer
return integer cache size.
    public function getCacheSize()
    {
        return $this->_cacheSize;
    }