|
CacheGet
DescriptionGets
an object that is stored in the cache.
ReturnsThe
object stored in the cache.
Function syntaxCacheGet(id)
HistoryColdFusion
9: Added the function.
Parameters
Parameter
|
Description
|
id
|
The ID value assigned to the cache object
when it was created.
|
|