clearData method

void clearData()

Implementation

void clearData() {
  monthListCache.clear();
  weekListCache.clear();
}