multilevel
Combines multiple caches as levels, performing read-through and write-through operations across them.
Examples
The multilevel cache is useful for reducing traffic against a remote cache by routing it through a local cache. In the following example requests will only go through to the memcached server if the local memory cache is missing the key.