(self)
| 405 | ip_address=chat_record_dict.get('ip_address')) |
| 406 | |
| 407 | def set_cache(self): |
| 408 | cache.set(Cache_Version.CHAT.get_key(key=self.chat_id), self.to_dict(), |
| 409 | version=Cache_Version.CHAT_INFO.get_version(), |
| 410 | timeout=60 * 30) |
| 411 | |
| 412 | @staticmethod |
| 413 | def map_to_chat_info(chat_info_dict): |
no test coverage detected