CI_Cache::get_metadata PHP Method

get_metadata() public method

Get Cache Metadata
public get_metadata ( string $id ) : mixed
$id string key to get cache metadata on
return mixed cache item metadata
    public function get_metadata($id)
    {
        return $this->{$this->_adapter}->get_metadata($this->key_prefix . $id);
    }