cb372/scalacache

Implement multi level cache

rleibman opened this issue · 0 comments

It'd be nice to have a multi-level cache with different ttls at each level, something like:

case class CompoundCache[V](caches: List[CacheAlg[V]])(implicit val config: CacheConfig) extends AbstractCache[V]