public
Description: A Write-Through Cacheing Library for ActiveRecord
Homepage:
Clone URL: git://github.com/nkallen/cache-money.git
cache-money / TODO
100644 17 lines (12 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TOP PRIORITY
 
REFACTOR
* Clarify terminology around cache/key/index, etc.
 
INFRASTRUCTURE
 
NEW FEATURES
* transactional get multi isn't really multi
 
BUGS
* Handle append strategy (using add rather than set?) to avoid race condition
 
MISSING TESTS:
* missing tests for Klass.transaction do ... end
* non "id" pks work but lack test coverage
* expire_cache