Method: FCC::Station::Cache#initialize

Defined in:
lib/fcc/station/cache.rb

#initializeCache

Returns a new instance of Cache.



11
12
13
14
15
# File 'lib/fcc/station/cache.rb', line 11

def initialize
  @lightly = Lightly.new(life: '3d', hash: true).tap do |cache|
    cache.prune
  end
end