Description
Gets the IDs of all objects stored in the cache.
Returns
An array containing the IDs of all the objects that are stored in the cache.
Gets the IDs of all objects stored in the cache.
An array containing the IDs of all the objects that are stored in the cache.
CacheGetAllIds()
Parameter |
Description |
---|---|
region |
(Optional) The name of the cache region |
accurate | (Optional) . Boolean. Default is True. When set to false, CacheGetAllIds will return the result faster. However, the result may not be accurate. If you need only the IDs of valid (unexpired) objects from the cache, set accurate to true. If you set accurate to false, the IDs of all the objects in the cache will be returned. |
cfcache, CachePut, CacheGet, CacheGetMetadata, CacheGetProperties, CacheRemove, CacheSetProperties
ColdFusion 11: Added the attribute isAccurate
ColdFusion 10: Added the attribute region
ColdFusion 9: Added the function.