HI all, I have 2 sqlmaps that use LRU cache. Now sqlmap1 work fine. Cache is used for SELECT and invalidated on INSERT, UPDATE, DELETE
The sqlmap2 should be cached too but since uses an inner join with table in sql map1 too should be invaldated when sqlmap1 is INSERT, UPDATE, DELETE So how I can Invalidate a cache in one sqlmap from another sql map? Is there a way to refer to a differente map? Is there a way to actually define all caches in a separate config file? I'm using SVN code and Vstudio 2005 Thanks Manu

