1 Cache
4n0n edited this page 3 years ago

Bastion provides a very basic key/value/time Cache class for developers to cache whatever they may feel should be.

function Cache:New()
function Cache:Set(key, value, duration)
function Cache:Get(key)
function Cache:IsCached(key)