module Volt
TODO: implement locking, atomic transactions, …
TODO: find a way around circular reference from collections to cache
used by RepoCache::Collection
TODO: relies excessively on singleton methods
-
look at refactor which moves the
methods to the module and provides the instance as argument.