you could also write an abstraction on top of the cache api so it'd just be `.get(key)` and `.put(ke

you could also write an abstraction on top of the cache api so it'd just be .get(key) and .put(key,value)
Was this page helpful?