Retrieves a cached value by key.
Future<Object?> get(String key) => vercelRuntimeCacheGet(_cache, key);