langalex / local_cache

A ruby on rails (>= 2.1) plugin that extends the cache store with an in memory cache to enhance caching performance and solves a race conditions. (replaces extended_fragment_cache)

Casper Gripenberg (author)
Mon Jan 12 10:15:19 -0800 2009
local_cache / TODO
100644 13 lines (8 sloc) 0.386 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
 
o local_cahce should be optimized to proxy calls
  only to read_fragment and write_fragment in
  actionpack/lib/action_controller/caching/fragments.rb.
 
  Now it unnecessarily proxies all caching calls when
  fragment caching is really the only thing that needs
  the proxy.
 
o Test cases should include a proper integration test
  to test controller/view interaction with the proxy.