Storm\Api\Configuration::SetCache PHP Method

SetCache() final public method

final public SetCache ( Storm\Utilities\Cache\ICache $Cache = null )
$Cache Storm\Utilities\Cache\ICache
    public final function SetCache(ICache $Cache = null)
    {
        $this->Cache = $Cache;
        return $this;
    }