Week 8
Added an operation to the geometry nodes editor to manually clear the cache and experimented with a LRU cache using Boost’s implementation this week.
Since boost is an optional dependency we can’t use so will be implemented LRU cache using blender’s containers next.