So is CacheXXX just a reference to all the Cache Functions??

CacheCreate<http://openbluedragon.org/docs/function.cfm?function=cachecreate>

CacheDelete<http://openbluedragon.org/docs/function.cfm?function=cachedelete>

CacheDeleteall<http://openbluedragon.org/docs/function.cfm?function=cachedeleteall>

CacheExists<http://openbluedragon.org/docs/function.cfm?function=cacheexists>

CacheGet <http://openbluedragon.org/docs/function.cfm?function=cacheget>
CacheGetall<http://openbluedragon.org/docs/function.cfm?function=cachegetall>

CacheRemove<http://openbluedragon.org/docs/function.cfm?function=cacheremove>

CacheSet <http://openbluedragon.org/docs/function.cfm?function=cacheset>
CacheStats <http://openbluedragon.org/docs/function.cfm?function=cachestats>


If so, I'm looking at CacheCreate, and I'm not quite sure how I would put a
query in cache and then query against that.

How would I use cachecreate to cache this query??

 <cfquery name="test" datasource="cfartgallery">
      SELECT    *
      FROM    Artists
   </cfquery>

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 mailing list - http://groups.google.com/group/openbd?hl=en

 !! save a network - please trim replies before posting !!

Reply via email to