Cachearium\CacheKey::debug PHP Méthode

debug() public méthode

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