An expiring cache for node!
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Expiring Cache is a Node.js library that provides an in-memory cache with automatic expiration for key/value pairs, designed for data that doesn't warrant database storage but shouldn't persist for the entire application lifetime. It's ideal for developers who need a simple caching solution where all items share the same maximum lifespan and are automatically invalidated after a configurable time period. The library includes a required fetch method for populating cache entries and supports both individual item retrieval and bulk operations, making it particularly useful for applications that need temporary data storage with built-in cleanup functionality.