Re: a simple plugin that writes to the cache

2011-05-04 Thread Leif Hedstrom
On 05/04/2011 11:24 AM, John Plevyak wrote: The way the regex query works is that it scans the cache on disk. However, it does not scan the write aggregation buffer which is probably where you document is. You might want to file that as a bug Also (and John probably knows this better t

Re: a simple plugin that writes to the cache

2011-05-04 Thread John Plevyak
The way the regex query works is that it scans the cache on disk. However, it does not scan the write aggregation buffer which is probably where you document is. You might want to file that as a bug In the meantime, if you do a Lookup instead of a regex scan it should find it because tha

a simple plugin that writes to the cache

2011-05-04 Thread Kevin Giles
Hi, I have written a plug to write an entry to the cache on the HTTP_SEND_RESPONSE_HDR_HOOK. It appears to work fine, the plugin is receiving the correct events, but when I inspect the cache using the cache regex lookup my entry does not appear? It is just a simple test to write an entry t