Leveraging Cache Module for Redis-like Cache Implementation
Hi, is there a way i can leverage the Cache module to implement something like a redis cache? As far as I can see I would have to implement from scratch the Cache interface but I was hoping for something like
Cache.fromGetSetFunctions