Description
Gets
an object that is stored in the cache.
Returns
The
object stored in the cache.
Function syntax
CacheGet(id)
History
ColdFusion
9: Added the function.
Parameters
Parameter
|
Description
|
id
|
The ID value assigned to the cache object
when it was created.
|