In-memory caching layer for Parse Server queries using LRU cache. Current version: 2.1.0. Provides drop-in cache methods (findCache, getCache, countCache, etc.) that replace standard Parse Query calls. Key differentiators: automatic cache invalidation on data mutations, configurable TTL and size, built-in debug mode, and cache statistics tracking. Lightweight without external cache dependencies.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
CommonJS only; no default export. Must destructure or access as property of require.
Export available starting from v2? Not documented. Use parseCacheInit function instead.
Correct option name is 'max' not 'maxItems' or 'maxSize' (though maxSize is also accepted). Options are passed as object.
Initializes the cache with custom options and demonstrates a basic cached query using findCache().
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.