Method: Counter::Cache::OptionsParser#cached?

Defined in:
lib/counter/cache/options_parser.rb

#cached?Boolean

Returns:



40
41
42
# File 'lib/counter/cache/options_parser.rb', line 40

def cached?
  option_or_true options[:cache]
end