Deprecate gpu_cache::Cache::new
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.
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.