Prado\Web\UI\WebControls\TOutputCache::onCalculateKey PHP Method

onCalculateKey() public method

By varying cache keys, one can obtain different versions of cached content. An event handler may be written to add variety of the key calculation. The value set in {@link TOutputCacheCalculateKeyEventParameter::setCacheKey CacheKey} of this event parameter will be appended to the default key calculation scheme.
public onCalculateKey ( $param )
    public function onCalculateKey($param)
    {
        $this->raiseEvent('OnCalculateKey', $this, $param);
    }