Cachearium\CacheKey::debug PHP Method

debug() public method

Prints as a pretty string for debugging
public debug ( ) : string
return string
    public function debug()
    {
        return $this->base . ", " . $this->id . ", " . print_r($this->sub, true);
    }