Exemplo n.º 1
0
 def getCacheKeysAndControllers(cls, affected_refs):
     return CacheClearer.get_eventteam_cache_keys_and_controllers(
         affected_refs)
Exemplo n.º 2
0
 def getCacheKeysAndControllers(cls, affected_refs):
     return CacheClearer.get_team_cache_keys_and_controllers(affected_refs)
Exemplo n.º 3
0
 def getCacheKeysAndControllers(cls, affected_refs):
     return CacheClearer.get_district_cache_keys_and_controllers(
         affected_refs)
 def getCacheKeysAndControllers(cls, affected_refs):
     return CacheClearer.get_event_details_cache_keys_and_controllers(affected_refs)
Exemplo n.º 5
0
 def clearCache(cls, affected_refs):
     CacheClearer.clear_event_and_references(affected_refs)
Exemplo n.º 6
0
 def clearCache(cls, affected_refs):
     CacheClearer.clear_match_and_references(affected_refs)
Exemplo n.º 7
0
 def clearCache(cls, affected_refs):
     CacheClearer.clear_award_and_references(affected_refs)