rleibman opened this issue 4 years ago · 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]