方法
- C
-
- D
-
- I
-
- S
-
類別公共方法
supports_cache_versioning?() 連結
來源: 顯示 | GitHub
def self.supports_cache_versioning?
true
end
實例公共方法
cleanup(options = nil) 連結
來源: 顯示 | GitHub
def cleanup(options = nil)
end
clear(options = nil) 連結
來源: 顯示 | GitHub
def clear(options = nil)
end
decrement(name, amount = 1, options = nil) 連結
來源: 顯示 | GitHub
def decrement(name, amount = 1, options = nil)
end
delete_matched(matcher, options = nil) 連結
來源: 顯示 | GitHub
def delete_matched(matcher, options = nil)
end
increment(name, amount = 1, options = nil) 連結
來源: 顯示 | GitHub
def increment(name, amount = 1, options = nil)
end