Builds a key.
You might ask, why there is such a method when you already provide a key? Well, this has been partially answered in keys docs.
key (string): A string used to store an item under in cache.
key
(string): Built key.
const key = adapter.buildKey('key');
Last updated 7 years ago