>From looking at response_cache, there are only two features that it
implements that the default rails action caching didn't (easily):

        - Expire Everything
        - Expire After time

Am I missing something else? If I'm not, then I think I might have found
something that will give a big jump on what I want to get done:

http://www.agilewebdevelopment.com/plugins/action_cache

This performs both of the above functions plus:

        - If-Modified-Since/Last-Modified headers (really important for
any page with heavy traffic)
        - Expiry Time can easily be set on a page by page basis.
        - Optionally use X-Sendfile for making the webserver do the
heavy lifting
        - All of the rails cache storage types (though only file-based
will work with X-Sendfile
        - Regexp based expiry (great for expiring my asset transforms on
an asset update)

Get back to me asap if I'm missing some other magic feature of the
response cache, otherwise I'll see how I go with ripping it out.

Dan.

_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to