Skip to content

util/cache: test simple cache put and get between instances

Timothy Arceri requested to merge tarceri/mesa:cache_tests into main

To make sure we are not just using the in-memory cache index for the single file cache, we test adding and retriving cache items between two different cache instances.

Merge request reports