JobsAustriaCacheProcessRework¶
File: jobs_austria_cache_key_sync.py
Inherits: —
Class Diagram¶
classDiagram
class JobsAustriaCacheProcessRework {
+__init__()
-_mysql_extraction_strategy()
+get_pending_cache()
+enrich_with_existence()
+update_cache_references()
+run_cycle()
+async synchronize()
}
Hold "Ctrl" to enable pan & zoom
Methods¶
| Method | Parameters | Returns |
|---|---|---|
__init__() |
— | — |
_mysql_extraction_strategy() |
query: str |
— |
get_pending_cache() |
— | — |
enrich_with_existence() |
df_cache |
— |
update_cache_references() |
df_enriched |
— |
run_cycle() |
— | — |
synchronize() |
— | — |
Attributes¶
No class-level attributes.