[Flow] Re: Route part cache not cleared?

Benno Weinzierl bw at s2intermedia.de
Thu Sep 19 00:36:28 CEST 2013


This is because the mappings are additionally saved in a database table. It is called something like "objectpathmapping"...

Just truncate the whole table and then clear the cache.

Had the same Problem. I tried to develop a service to partly clear the cache when i change a single object but that got me a really bad headake. 
It is not easy (if at all possible) to get the cache identifiers which are affected. So i endet up deleting the entries from the db table and then clearing the complete two caches responsible for the routing.



More information about the Flow mailing list