module Facet::Cache

Public Instance Methods

cache_key() click to toggle source
# File lib/facet/concerns/cache.rb, line 12
def cache_key
  [ collection, current_page, filter_by, sort_by ]
end