Airship\Engine\Contract\CacheInterface::get PHP 메소드

get() 공개 메소드

Get a cache entry
public get ( string $key ) : null | mixed
$key string
리턴 null | mixed
    public function get(string $key);
CacheInterface