module Rcache

Constants

VERSION

Attributes

expires_in[RW]
key_prefix[RW]
log_cached_queries[RW]
redis[RW]

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/rcache.rb, line 19
def configure
  yield self
end