Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 586 Bytes

Readme.md

File metadata and controls

27 lines (15 loc) · 586 Bytes

Generic API cache

This repo is supposed to take any target api such as https://api.sampleapis.com and cache it without changing the request layout.

Tech Stack

Features

  • Https targets
  • Change Cache time in config
  • http method is transferred as well
  • http body is transferred as well

Limits

Memcached

Keys are up to 250 bytes long and values can be at most 1 megabyte in size.