RE: Caching custom tag article somewhere?

2003-07-28 Thread Rich Z
Thanks much. Very cool. How've you found the performance with this? (then again it is your CHILD, heheh) -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2003 11:11 PM To: CF-Talk Subject: RE: Caching custom tag article somewhere? That would

RE: Caching custom tag article somewhere?

2003-07-28 Thread Raymond Camden
Subject: RE: Caching custom tag article somewhere? Thanks much. Very cool. How've you found the performance with this? (then again it is your CHILD, heheh) ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

RE: Caching custom tag article somewhere?

2003-07-27 Thread Raymond Camden
That would be an article I wrote. The tag was called scopeCache and was pretty simple. This is the MX version. The nonMX version would need loads of locks. This shold be extended to support things like timeouts, etc. cfif not isDefined(attributes.name) or not isSimpleValue(attributes.name)