House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   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   

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 >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Tom Kitta
07/18/2006 10:15 AM

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

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Snake
07/18/2006 10:47 AM

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

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Ashwin Mathew
07/19/2006 01:56 AM

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