Skip to content

LauraRozier/System.Caching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System.Caching

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

Quick Start (using Beef IDE)

  1. Download System.Caching and copy it into BeefLibs inside your Beef IDE root directory.
  2. In the Beef IDE, add System.Caching to your workspace (Add From Installed)
  3. In the Beef IDE, add System.Caching to your project (Properties > Dependencies)
  4. Have fun!