Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 303 Bytes

cache-proxy-plugin

For your bot, this plugin adds functionality for caching. It offers two different cache types.

  1. In Memory Cache (Crazy fast but lost whenever your bot restarts.)

  2. Persistent Cache (Slower than memory, but still crazy fast. Unless you restart your cache, nothing is lost.)