@feathers-plus/cache

LRU (least recently used) cache. Compatible with feathers-hooks-common cache hooks and BatchLoader.

batchloader

BatchLoader is a utility for data fetching layer to reduce requests via batching written in TypeScript. Inspired by Facebook's DataLoader