House of Fusion
Home of the ColdFusion Community
Hostmysite Dedicated Hosting

Search cf-talk

July 25, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Own implementation of cachedwithin functionality

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
There are a few around
Snake
07/18/06 10:47 A

07/18/2006 10:15 AM
Author:
Tom Kitta

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

07/18/2006 10:28 AM
Author:
James Holmes

You could write directly to a cache object using scopecache: http://ray.camdenfamily.com/downloads/scopecache.zip On 7/18/06, Tom Kitta <tomkitta@rogers.com> wrote:

07/18/2006 10:47 AM
Author:
Snake

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

07/19/2006 01:56 AM
Author:
Ashwin Mathew

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


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists