Description
Gets an object that is stored in the cache.
Returns
The object stored in the cache.
Gets an object that is stored in the cache.
The object stored in the cache.
CacheGet(id, [region])
cfcache, CachePut, CacheGetAllIds, CacheGetMetadata, CacheGetProperties, CacheRemove, CacheSetProperties
ColdFusion 10: Added the region parameter.ColdFusion 9: Added the function.
Parameter |
Description |
---|---|
id |
The ID value assigned to the cache object when it was created. |
region |
(Optional) Specifies the cache region where you can place the cache object.
|