kubedl-io/kubedl

[feature request] refactor CacheBackend to Dataset

Opened this issue · 2 comments

What would you like to be added:

renaming between CacheBackend and Dataset, CacheBackend couples with caching system semantics but Dataset only describes a set of data with higher-level abstraction, cache can be an add-on feature over dataset.

Why is this needed:

Hi, @SimonCqk would renaming cacheBackend instances to the dataset be enough, or should I do some decoupling as well that you would like to see? Let me know.