Exemple #1
0
 def refresh_identity_record(self):
     BingoIdentityCache.get().load_from_datastore()
     return True
 def persist(self):
     BingoCache.get().persist_to_datastore()
     BingoIdentityCache.persist_buckets_to_datastore()
     return True