class CacheJSON::Config

Attributes

time_to_expire[RW]

Public Class Methods

options() click to toggle source
# File lib/cache_json/configure.rb, line 7
def self.options
  {
    time_to_expire: time_to_expire
  }
end