Keep Track of Cache and Invalidate

I am yet to try this but it is a suggestion open to criticism.
When caching it can be hard to keep track of where a model has caches and what the cache keys are labeled as.  There are some tricks which allow the definition of the cache key invalidate the cache.  For example if I [...]

Posted on June 8, 2009 at 7:26 pm by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: ,

Rails Premcache with Memcached

Great write up about how to use memcached to speed up additional requests.
http://blog.caboo.se/articles/2006/10/14/premcache-caching-and-precaching-with-memcached
One thing I can’t seem to find is a good write up on some basic fragment caching with memcache.  Will write my own in a few days.

Posted on June 1, 2009 at 12:29 pm by Jordan Carter · Permalink · Leave a comment
In: Uncategorized · Tagged with: