CatalogueCompiler invalidates whole cache
hubipe opened this issue · 1 comments
hubipe commented
CatalogueCompiler has method invalidateCache, but when called, it destroys complete cache, not just it's own namespace. This behaviour is unexpected. CatalogueComplier should invalidate just it's own namespace.
fprochazka commented
@hubipe you're right. This will be changed in next major, when I drop the unnecesary custom implementations.