tag abstract method

Future<void> tag(
  1. String key,
  2. List<String> tags
)

Tags a cache item with one or more tags.

Implementation

Future<void> tag(String key, List<String> tags);