Skip to content

Add dynamic cache support

This is to support caching slices into file instead of RAM.

A new dynamicCache struct has been added with the same interface as cache. This new caching mechanism supports caching items with different sizes.

Merge request reports