intelligenthack / intelligentcache

A distributed cache backed by Redis
MIT License
18 stars 1 forks source link

Implement a pass-through cache #10

Closed sklivvz closed 3 years ago

sklivvz commented 3 years ago

A pass-through cache is the identity of the monad and can be used when no cache is wanted (but still it's necessary to pass a cache). It's also a good default. Please implement it.