cacheGet

Description

Gets an object that is stored in the cache.

Categories

Related

History

ColdFusion 9: Added the function.

Syntax

CacheGet(id)

Attributes

AttributeDescriptionRequiredDefault
idThe ID value assigned to the cache object when it was created.

Returns

The object stored in the cache.