1.0.1 • Published 4 months ago

@shieldbow/cache v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 months ago

Shieldbow cache

A shieldbow implementation for caching.

This package is not meant to be used by itself, instead use the shieldbow package.


If for some reason you want to use just the cache, it can be installed by itself using:

$ npm install @shieldbow/cache

$ yarn add @shieldbow/cache

$ pnpm add @shieldbow/cache

This package is part of the shieldbow library.

The shieldbow library allows you to easily interact with various aspects of the RIOT Games API to develop third-party apps and services for League of Legends (LoL) and Teamfight Tactics (TFT).

This package provides a base cache set-up and a basic in-memory cache implementation.