Cachearium\Backend\CacheFilesystem::__clone PHP Method

__clone() public method

Prevent users to clone the instance
public __clone ( )
    public function __clone()
    {
        trigger_error('Cloning is not allowed.', LH_TRIGGER_UNEXPECTED);
    }