Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Crystalforce::MemoryCache
Inherits
Crystalforce::Cache
/
Reference
/
Object
Simple in-memory cache implementation
Constructors
new
Source
Instance methods
clear
Source
read
(key :
String
) :
String
|
Nil
Source
size
Source
write
(key :
String
, value :
String
) :
Nil
Source