maissani / trailpack-leagueoflegends

Add a Trails service to get data from League Of Legends API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore(requests-cache): Cache request that use the same calls

maissani opened this issue · comments

By default no cache is used and request use only the no cache requests.

If cache is set, request has to be limited to the max durration that has been previously set.

Cache is under validation process waiting from trailsjs/trailpack-cache.