vmois.dev
  • About
  • Support πŸ‡ΊπŸ‡¦
  • Search
βœ•

    Vladyslav Moisieienkov's blog

    on data-engineering5 python4 google-cloud4 bigquery3 airflow3 All tags β†’

    How to make underlying cache methods available in timed LRU cache in Python?

    Posted on June 20, 2021

    We know that cache can greatly speed up a load of frequently used data (for example, S3 objects). Python 3 has a built-in implementation of simple unbound and LRU caches in functools module called cache and lru_cache respectively (functools documentation). Both cache and lru_cache expose some useful methods like cache_clear... [Read More]
    Tags: python caching
    • ← Newer Posts
    • RSS
    • GitHub
    • LinkedIn

    Vladyslav Moisieienkov  •  2026

    Powered by Beautiful Jekyll