Skip to content

librecipe: Use cross-recipe cache for registerComputerPartition

Rafael Monnerat requested to merge librecipe-cp-cache into master

Define a simple cache implementation using a Dict (Singleton) to prevent call registerComputerPartition multiple times over the sections.

Merge request reports