refresh abstract method

Future<void> refresh(
  1. String key
)

Refreshes a value in the cache based on its key, resetting its sliding expiration timeout (if any).

This does nothing if the key is not found.

Implementation

Future<void> refresh(String key);