class DashOverlord::UseCases::V1::ChartConfigs::CacheAnswerValues::Base

Public Instance Methods

perform() click to toggle source
# File lib/dash_overlord/use_cases/v1/chart_configs/cache_answer_values/base.rb, line 8
def perform
  invoke! Show::FindChartConfig
  invoke! BuildCache
  invoke! SaveChartConfig
end