A BeefLang implementation of .net System.Runtime.Caching, useful to prevent double-triggering, response caching, data caching, etc.
Please do keep in mind that this was written mostly based on the official Microsoft reference source
- Download System.Caching and copy it into BeefLibs inside your Beef IDE root directory.
- In the Beef IDE, add System.Caching to your workspace (Add From Installed)
- In the Beef IDE, add System.Caching to your project (Properties > Dependencies)
- Have fun!