Kdyby/Translation

CatalogueCompiler invalidates whole cache

hubipe opened this issue · 1 comments

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.

@hubipe you're right. This will be changed in next major, when I drop the unnecesary custom implementations.