A collection of methods to read, write and check the eep cache.
Note:
The eep cache is stored in a file specified in the user settings eepSetting::DataCacheFile
.
Returns an eepCache instance.
Writes (adds/updates) a value to the eepCache using the key provided. An empty value removes the cache entry.
Parameters:
$key
String$value
String
Reads a value from the eepCache using the key provided.
Parameters:
$key
String
Returns the entire eep cache.
Returns if the given key exists in the eep cache.
Parameters:
$key
String