This page summarizes the main APIs and points to detailed topics.
- Core configuration:
setConfig() - Driver selection:
setDriver() - Fluent options:
OptionBuilder - Time helpers:
TimeBuilder - Compression & encryption
- Cache functions (get/put/has/flush/etc.)
Notes
expirationTimeacts as a default TTL when you omit TTL inputCache()(or pass the implicit 3600). Explicit TTL values other than 3600 override the default.flushAfterenables an auto-flush check on store initialization; if the interval has elapsed the store will callflushCache().
If you prefer a single-page overview, see overview (legacy index).