<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0">
			<channel>
			<title>CacheBox Blog - Buzz</title>
			<link>http://cachebox.riaforge.org/blog/index.cfm</link>
			<description>CacheBox Blog</description>
			<language>en-us</language>
			<pubDate>Wed, 22 May 2013 14:24:01 -0700</pubDate>
			<lastBuildDate>Tue, 03 Nov 2009 18:15:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>sam@autlabs.com</managingEditor>
			<webMaster>sam@autlabs.com</webMaster>
			
			
			
			
			
			<item>
				<title>Transfer Integration (coming soon)</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/11/3/transfer</link>
				<description>
				
				So I got a message from Mark Mandel today asking me about ... wait for it ... callbacks. ;) Specifically he says he needs a callback when cache is reaped in order to write a CacheBox driven cache provider for the next release of Transfer. So I guess that&apos;s the use-case that I&apos;d asked about on the blog here before. ;) Nobody responded to the previous blog, so I never got around to writing the code for the callback. I won&apos;t be able to work on it today - I&apos;m in the midst of a big database migration project for a client. But hopefully I&apos;ll be able to start working on it on Thursday. :)
				
				</description>
				
				
				<category>Buzz</category>
				
				<pubDate>Tue, 03 Nov 2009 18:15:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/11/3/transfer</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>CF on Wheels Plugin</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/11/1/CF-on-Wheels-Plugin</link>
				<description>
				
				Mike Henke has taken the original CF on Wheels sample code that I created and turned it into a plugin for Wheels. Thanks, Mike! You can read more about it on the CF on Wheels discussion group &lt;a href=&quot;http://groups.google.com/group/cfwheels/browse_thread/thread/55254616098edea3&quot;&gt;here&lt;/a&gt;.
				
				</description>
				
				
				<category>Buzz</category>
				
				<category>Code Samples</category>
				
				<category>Announcements</category>
				
				<pubDate>Sun, 01 Nov 2009 00:13:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/11/1/CF-on-Wheels-Plugin</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Frequently Asked Questions</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/10/23/Frequently-Asked-Questions</link>
				<description>
				
				Here are a couple of questions I received from &lt;a href=&quot;http://www.bryantwebconsulting.com/blog/&quot;&gt;Steve Bryant&lt;/a&gt; in email following yesterday&apos;s &lt;a href=&quot;https://admin.na3.acrobat.com/_a204547676/p26212200/&quot;&gt;ColdFusionMeetup.com presentation&lt;/a&gt;. 

&lt;strong style=&quot;font-size:11pt;&quot;&gt;Can it be used without installing the full monitor application?&lt;/strong&gt;

Yes! 

The only thing you need to integrate CacheBox into your application is the CacheBoxAgent.cfc. Just copy it out of the CacheBox distribution and put it directly into your own distribution and use it from there. 

The CacheBoxAgent.cfc has its own simplified caching routines built-in that mirror the default storage type in the service, but with no eviction policy. If it&apos;s unable to access the service for any reason, then it will just fall-back to using its own internal caching engine. This is the feature that provides portability to the framework, and it&apos;s a point that I had intended to clarify in the presentation, but I think I didn&apos;t make it as clear as I wanted to, I think I unfortunately kind of glossed over that in the preso. ;) 

&lt;strong style=&quot;font-size:11pt;&quot;&gt;I would like to be able to delete all caches for a given table in DataMgr. Could I do that in CacheBox pretty easily?&lt;/strong&gt;

Yes, absolutely! 

This is another point that I tried to mention, but I
think I glossed over during the preso. Partly because I didn&apos;t show the code - someone asked a question about deleting content and I mentioned it briefly while answering the question. 

So if you use the table name in your cache name, then you can use that as a handle to remove content from that table, using % as a wildcard just like you would in cfquery. So for example, 

&lt;code&gt;agent.expire(&quot;mytable.%&quot;)&lt;/code&gt;

This would expire all content for that agent where the cachename begins with &quot;mytable.&quot;.
				
				</description>
				
				
				<category>Buzz</category>
				
				<pubDate>Fri, 23 Oct 2009 21:01:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/10/23/Frequently-Asked-Questions</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Presentation Recording</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/10/23/Presentation-Recording</link>
				<description>
				
				I somehow managed to announce this presentation for &lt;a href=&quot;http://www.coldfusionmeetup.com&quot;&gt;ColdFusionMeetup.com&lt;/a&gt; on my DataFaucet blog and onTap framework blog without remembering to post it here. D&apos;oh! 

We had a great time with yesterday&apos;s presentation. :) 

We had an even dozen show up and a pleasant surprise at the end. There&apos;s a poll at the end of these meetup presentations so the people who attended can anonymously rate the presentation. It asks &quot;was this information useful?&quot; and the options range from 1-star (it was a waste of time) to 5-stars (yes, very much). In this case 50%, an even half of the guys who came gave me 5 stars. So I feel really good about the presentation. :) There is certainly still room for improvement in my presentation skills, but I think this is great progress. 

I&apos;ve also used some of the feedback from this presentation and updated the intro to the documentation for the CacheBox project to clarify the benefits of using it. 

Here&apos;s the presentation recording for anyone who missed it: 
&lt;a href=&quot;https://admin.na3.acrobat.com/_a204547676/p26212200/&quot;&gt;https://admin.na3.acrobat.com/_a204547676/p26212200/&lt;/a&gt;
				
				</description>
				
				
				<category>Buzz</category>
				
				<pubDate>Fri, 23 Oct 2009 14:11:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/10/23/Presentation-Recording</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>50 Downloads in the First Week!</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/9/15/MadPopular</link>
				<description>
				
				I just uploaded version 0.9.3. I&apos;ve managed to add samples of CacheBox integration for the &lt;a href=&quot;http://www.mach-ii.com&quot;&gt;Mach-II framework&lt;/a&gt; and for Steve Bryant&apos;s &lt;a href=&quot;http://datamgr.riaforge.org&quot;&gt;DataMgr&lt;/a&gt; tool (a data access layer). I haven&apos;t tested either of these yet. I&apos;ve also updated the documentation again and added some information about using CacheBox for singleton storage and for managing sessions with it. It&apos;s not exactly what I had hoped for in terms of samples, but it&apos;ll do. :) I&apos;d still like to get a simple blog or something in there if anybody knows of a small one that caches its content. I haven&apos;t found one yet, they&apos;re all at least 1MB download and I don&apos;t want to add something as a sample that&apos;s larger than the CacheBox. Anyway there&apos;s a new download on the project &lt;a href=&quot;http://cachebox.riafoge.org&quot;&gt;home page&lt;/a&gt;. 

There&apos;ve been about 50 downloads so far in just the first week. I&apos;m still looking forward to hearing what everyone thinks! :) I know Matt Gersting integrated it into &lt;a href=&quot;http://fusecache.riaforge.org/&quot;&gt;FuseCache&lt;/a&gt; for Fusebox applications, and said that he likes the management application so much he&apos;s probably going to use CacheBox for most of his caching. So that&apos;s one in the win column. ;) Where does everyone else stand? Am I doing a good job with the documentation? Is it working for you? Have you found any bugs? Is it just so good that everyone is speechless? :)
				
				</description>
				
				
				<category>Buzz</category>
				
				<category>Announcements</category>
				
				<pubDate>Tue, 15 Sep 2009 02:00:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/9/15/MadPopular</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Coming Soon!</title>
				<link>http://cachebox.riaforge.org/blog/index.cfm/2009/9/3/Coming-Soon</link>
				<description>
				
				So the CacheBox project has been up on RIAForge for a good deal of time now but I hadn&apos;t made any progress on it in several months. So this past week I finally got back to coding in earnest and have been working on CacheBox in particular, rather than on DataFaucet or the onTap framework, both of which will have updates to include the new CacheBoxAgent CFC for all their caching features. And I&apos;m making good progress, despite the fact that this project always seems to be more complex than I expect it to be. 

There is now a real management application for viewing and resetting the cache and I&apos;m now working on forms that will allow you to set storage types and eviction policies while viewing the cache statistics. I&apos;m doing this sort of backwards because the ideal for CacheBox is that you shouldn&apos;t need to ever manually set storage types or eviction policies, the service should be able to do all that for you. Actually because the server can check and optimize itself every minute or so, it can do a much better job of optimizing the cache than you or I or any other human-being could. But I&apos;m putting off writing the intelligent automation portion of the service and writing the sort-of boring manual configuration portion first. Once that&apos;s done, we should be able to run and test it in manual modes before I finish writing the intelligence. 

Something that&apos;s a little funny is that I&apos;m considering releasing the very first version with a &quot;deprecated feature&quot; that would allow you to use cachedafter and cachedwithin, the same way you do with native query caching in ColdFusion. Both DataFaucet and the onTap framework have similar features in their current versions, however, they&apos;re based on a slightly different, more hands-on philosophy than CacheBox. What are your thoughts? Do you use native query caching in ColdFusion? Do you like the way it&apos;s handled? 

Anyway, I&apos;m looking forward to the first release and to getting lots of great feedback from all you guys and gals in the community. :) If you&apos;re feeling adventurous, feel free to pull the BER down from the SVN server, just beware that there&apos;s no documentation yet.
				
				</description>
				
				
				<category>Buzz</category>
				
				<pubDate>Thu, 03 Sep 2009 00:40:00 -0700</pubDate>
				<guid>http://cachebox.riaforge.org/blog/index.cfm/2009/9/3/Coming-Soon</guid>
				
			</item>
			
		 	
			</channel></rss>