Plugins tagged by Cache
- Dynamic File Store An alternative to the default Rails fragment cache store. Can be used to dynamically expire fragments after X amount of time. Type: Plugin | Last updated: 14 January 2008
- Cacheable Flash This plugin enables greater levels of page caching by rendering flash messages from a cookie using JavaScript, instead of in your Rails view template. Flash contents are converted to JSON and placed in a cookie by an after_filter in a... Type: Plugin | Last updated: 11 January 2008
- S3 Cache S3Cache creates a new fragment cache filestore using Amazon's Simple Storage Service (S3). Instead of your fragment caches stored at say "#{RAILS_ROOT}/cache", your cache can now be located at one of your S3 buckets. ... Type: Plugin | Last updated: 11 November 2007
- Send Cached send_cached makes it easier to use decide when to send a 304 response with send_data and send_file. Type: Plugin | Last updated: 12 May 2008
- Embedded Actions A way to invoke an action from a view and insert the results in place, including the possibility of caching the results of the embedded action. Type: Plugin | Last updated: 24 October 2007
- Cache Filter The Cache Filter plugin allows you to keep multiple cached versions of an action's template and judge which to serve using a special 'judge' method in your controller. Type: Plugin | Last updated: 16 October 2007
- Referenced Page Caching Referenced Page Caching is a small wrapper around Rails' page caching. It allows you to add references to a current page's cache file. Type: Plugin | Last updated: 13 October 2007
- Easy Cache Easycache lets you easily cache arbitrary data in your Ruby on Rails applications. The plugin makes use of Rails' built-in fragment caching mechanism to store and retrieve any serializable data. Type: Plugin | Last updated: 08 October 2007
- Cache Test Rails Cache Test Plugin The cache test plugin adds assertions to Test::Units::TestCase to check the caching and expiring of pages, actions and fragments in tests Type: Plugin | Last updated: 08 October 2007
- Intelligent Fragment Cache A Rails plugin that monitors ActiveRecord objects that are used in the generation of a piece of content in order to provide automatic cache sweeping. When objects that were used change or a time-to-live is reached, the content fragment is... Type: Plugin | Last updated: 08 October 2007
- HTTP Caching Allows your Rails application to take advantage of the caching mechanisms built into HTTP 1.1 (i.e., 304 Not Modified return code). Type: Plugin | Last updated: 07 October 2007
- Addicted To Caching This plugin adds an after_save and after_destroy that will clear everything cached in the public directory that is not in the array of protected files and directories. Type: Plugin | Last updated: 07 October 2007
- Conditional Caching Provides additional options for the caches_action method. The cache filter accepts any number of actions and two optional parameters :if and :tag. Type: Plugin | Last updated: 05 October 2007
- Caches RB Caches.rb is a simple Ruby library that allows you to let some class methods be cached. Type: Plugin | Last updated: 05 October 2007
- Content Cache Content caching is a different level of granularity for Rails. Type: Plugin | Last updated: 03 October 2007
- Acts As Cached A plugin which allows you to cache any Ruby object with memcached. Type: Plugin | Last updated: 02 October 2007
- Query String Action Cache This plugin allows you to cache url query strings. Type: Plugin | Last updated: 30 September 2007
- SQL Cache SqlCaches enables the rails-application to store database-query-results in memory. Type: Plugin | Last updated: 18 September 2007
- Cached Assets Rails plugin to intended to help reduce the number of HTTP requests when loading static assets like stylesheets and JavaScript files. Type: Plugin | Last updated: 18 September 2007
- Extended Fragment Cache This plugin provides content interpolation and an in-process memory cache for fragment caching. It also integrates the features of Yan Pritzker's memcache_fragments plugin since they both operate on the same methods. Type: Plugin | Last updated: 18 September 2007

