The source project of this merge request has been removed.
Rework CacheBuilder to use methods
!126 (merged) introduced a breaking change by adding the multithread
config to the builder. So I'll take this chance to make more changes to the builder, & help avoid breaking it in future.
- Add
Cache::builder()
- Add method documentation & examples
- Update documentation
- Remove deprecated Cache methods
- Use
dimensions
instead of width & height