Skip to content

Deprecate gpu_cache::Cache::new

Jeremy Soller requested to merge alexheretic:master into master

Created by: alexheretic

Using the CacheBuilder allows more options, is easier to extend and provides default values.

We can remove Cache::new on the next breaking version after this change is released.

Merge request reports