Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 804 Bytes

File metadata and controls

16 lines (12 loc) · 804 Bytes

API Reference

This page summarizes the main APIs and points to detailed topics.

Notes

  • expirationTime acts as a default TTL when you omit TTL in putCache() (or pass the implicit 3600). Explicit TTL values other than 3600 override the default.
  • flushAfter enables an auto-flush check on store initialization; if the interval has elapsed the store will call flushCache().

If you prefer a single-page overview, see overview (legacy index).