Jarves\Cache\Backend\Files::getPath PHP Method

getPath() public method

public getPath ( $key )
    public function getPath($key)
    {
        return $this->path . $this->prefix . '/' . md5($key) . ($this->useJson ? '.json' : '.php');
    }