CFCACHE IN CF9 - Cant find cached pages!
I have used CFCACHE in prior versions of CF and the cached page would be kept in the directory I specified.
Now when I use the tag in CF9 the page appears to be cached but I can find any cached pages in the directory I specified????
Here is my code:
<cfcache timespan="#CreateTimespan(10, 0, 0, 0)#" directory="C:/inetpub/websites/ssl/dev/page_cache/" stripWhiteSpace="true" usequerystring="true" >
The page appears to be cached as it loads quickly but I cant find where CF puts the cached version.
This is a problem because when I need to flush the cache I dont know which directory to flush.
Any idea where my cached pages are?