Hi! I'm wondering if it is possible to print what cache is there. I'm currently storing queries with cache.ram and .disk, and wonder if there is a way to list for example all .disk queries.
The usage is like this, where query varies. *q1 = db(query1).select( cache=(cache.ram,cache_seconds), cacheable=True )* *q2 = db(query2).select( cache=(cache.ram,cache_seconds), cacheable=True )* What I want to do is display all queries later, to see if query1 is still there (without having stored query1 anywhere, so I cannot re-enter query1). Thank you! - Robin -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.