Method: Ficon::Cache#not_before

Defined in:
lib/ficon/cache.rb

#not_beforeObject



34
35
36
# File 'lib/ficon/cache.rb', line 34

def not_before
  db.execute("select not_before from urls where url=? limit 1", @url).first&.first
end