Aragami

JSON →
library 1.2.12 ·javascript
verified Jun 4, 2026

Aragami is a cache ORM for Node.js that provides decorator-based caching, locking, and CRUD operations with TypeScript support. Current stable version is 1.2.12. It offers an intuitive API using decorators like @CachePrefix, @CacheTTL, @CacheKey, and @LockKey to manage caching on class instances. Key differentiators include built-in distributed locking, redis support, and cache-aside pattern via wrap/useLock utilities. Release cadence is low; the package has not been updated recently. Ideal for projects needing simple, decorator-driven caching with ORM-like semantics.