class Decidim::Meetings::Calendar::ComponentCalendar

def cache_key

Returns a String.

Defines the cache key for the given component.
def cache_key
  "meetings-calendar-component-#{component.id}-#{component.updated_at.to_i}"
end