Serge Droganov
unread,Jul 31, 2011, 2:57:19 PM7/31/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Railo
Hi, again.
In Railo wiki is said that:
<cfobjectcache action="clear" filter="susi">
would clear all the caches from the tables with name like %susi%.
If i get it right, this expression would match all of this tables (for
example): susi, susipusi, pusisusi, pusisusimasusi.
In fact it doesn't work at all. I have caches from table 'ad' and I
set:
<cfobjectcache action="clear" filter="ad"> and see the old query (hit
f5 and see it again).
So my questions are:
1. How to write the expression that would match table name exatly
(%like% is no good for me)?
2. How to write the expression that would match any of several given
tables exactly and in the same time?
3. How to make sure 1 and 2 works?
4. Logical question: what if I have several datasources for different
databases, but table names are the same? Would my code flush all
caches when I need only to flush db2.table1? How to manage that?
Thank you,
Serge