write_cache_value (string name, mixed value[, string encryption]) ⇒ boolean
Caches a value into the properties list so that it can be accessed by another instance of ZPE or at a later date. Optionally, for a string value the value can be encrypted.
First available: Version 1.6.6
Notes
Prior to version 1.7.9, this was called cache_value
.
Comments