Method: Fushin::Cache#initialize
- Defined in:
- lib/fushin/cache.rb
#initialize ⇒ Cache
Returns a new instance of Cache.
8 9 10 |
# File 'lib/fushin/cache.rb', line 8 def initialize @cache = Lightly.new(dir: "/tmp/fushin", life: "48h") end |