- 授权协议: 未知
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: https://github.com/csdn-dev/second_level_cache
软件介绍
SecondLevelCache is a write-through and read-through caching library inspired by Cache Money and cache_fu, support only Rails3 and ActiveRecord.
使用方法:
class User < ActiveRecord::Base acts_as_cached end
