I was wondering whatever anyone has written a modern query caching framework
(CFC or set of) that works in a way similar to cachedwithin parameter of
cfquery tag but offers none of its many limitations (the main limitation
would still be RAM but with full control over it) ?
TK
There are a few around
Have a look at this one
http://www.pixl8.co.uk/index.cfm/pcms/site.products.CF_Hypercache/
There is also a cf_turbocache
Snake
I was wondering whatever anyone has written a modern query caching framework
(CFC or set of) that works in a way similar to cachedwithin parameter of
cfquery tag but offers none of its many limitations (the main limitation
would still be RAM but with full control over it) ?
TK
I wrote a memory sensitive cache a little while ago:
http://blogs.sanmathi.org/ashwin/2006/07/01/memory-sensitive-caching-for
-cf/
You'd have to build some infrastructure over it to push query objects
in.
There are a few around
Have a look at this one
http://www.pixl8.co.uk/index.cfm/pcms/site.products.CF_Hypercache/
There is also a cf_turbocache
Snake
I was wondering whatever anyone has written a modern query caching
framework (CFC or set of) that works in a way similar to cachedwithin
parameter of cfquery tag but offers none of its many limitations (the
main limitation would still be RAM but with full control over it) ?
TK