V4.9 - New Cache Utility Lib

We’ve released V1 of our Webflow caching utility library.
It provides an object-based framework to get “high-latency” data in an elegant and performant way.

Key features in v1.0;

  • Asynchronous. UI updates happen when they’re available.
  • Lazy. Data is only accessed on request.
  • Clean cache. It only keeps cached data for the current tab session, close it, and the cache is cleared.

Future plans;

  • Databinding support
  • Adapters for Attributes datasources
  • External sources support, e.g. Google Sheets and AirTable
  • Control over the type of webStorage caching used
  • More lazy-load control
  • Cache timeframe control