Kdyby / Translation

Integration of Symfony/Translation into Nette Framework
https://packagist.org/packages/kdyby/translation
Other
89 stars 84 forks source link

CatalogueCompiler invalidates whole cache #136

Open hubipe opened 7 years ago

hubipe commented 7 years ago

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 7 years ago

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