module ActiveModel::Serializer::Caching

def expand_cache_key(parts)

def expand_cache_key(parts)
  ActiveSupport::Cache.expand_cache_key(parts)
end