Module: Facet::Cache

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
lib/facet/concerns/cache.rb

Instance Method Summary collapse

Instance Method Details

#cache_keyObject



12
13
14
# File 'lib/facet/concerns/cache.rb', line 12

def cache_key
  [ collection, current_page, filter_by, sort_by ]
end