lackac / interlock forked from fauna/interlock

A Rails plugin for maintainable and high-efficiency caching

This URL has Read+Write access

interlock / CHANGELOG
100644 11 lines (5 sloc) 0.451 kb
1
2
3
4
5
6
7
8
9
10
11
 
v1.4. Rails 2.1 compatibility. Store dependency trees per object, when possible. Use shorter namespaces for Memcached.
 
v1.3. Add basic finder memoization.
 
v1.2. Add compatibility with Memcached client.
 
v1.1. Add :perform => false option. Cache :content_for. Test nested view_cache blocks. Don't assign conventional dependency when called from the view, because we don't know what the controller might have already specified.
 
v1.0. First release.