Skip to content

Commit

Permalink
add link to memory-cache in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ebenezerdon committed Apr 10, 2024
1 parent 47fc4ff commit cb8d5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TS-Node-Cache

TS-Node-Cache is a TypeScript-based caching solution that's simple and lightweight. It supports data caching with optional expiration and callbacks. Similar to memory-cache but with modern implementation and TypeScript support.
TS-Node-Cache is a TypeScript-based caching solution that's simple and lightweight. It supports data caching with optional expiration and callbacks. Similar to [memory-cache](https://www.npmjs.com/package/memory-cache) but with modern implementation and TypeScript support.

[![npm version](https://badge.fury.io/js/%40ebenezerdon%2Fts-node-cache.svg)](https://badge.fury.io/js/%40ebenezerdon%2Fts-node-cache)
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
Expand Down

0 comments on commit cb8d5a4

Please sign in to comment.