cacheGet
Description
Gets an object that is stored in the cache.
Categories
Related
History
ColdFusion
9: Added the function.
Syntax
CacheGet(id)
Attributes
| Attribute | Description | Required | Default |
|---|---|---|---|
| id | The ID value assigned to the cache object when it was created. |
Returns
The
object stored in the cache.