class

Crystalforce::MemoryCache

Inherits Crystalforce::Cache / Reference / Object

Simple in-memory cache implementation

Constructors

Instance methods

clear
Source
read(key : String) : String | Nil
Source
size
Source
write(key : String, value : String) : Nil
Source