Whatever message this page gives is out now! Go check it out!

Cache functions

Last update:
May 18, 2026
FunctionDescription
CacheGetGets an object that is stored in a cache.
CacheGetAllIdsGets the IDs of all objects stored in the cache.
CacheGetEnginePropertiesReturns the properties of the current caching engine used.
CacheGetMetadataGets the metadata values for a cached object and template caches.
CacheGetPropertiesGets the cache properties for the object cache, the page cache, or both.
CacheGetSessionRetrieves the underlying cache object to access additional cache functionality that is not implemented in the tag  cfcache .
CacheIdExistsDetermines if a cached object exists in the cache region.
CachePutStores an object in the cache.
CacheRegionExistsChecks if a cache region exists.
CacheRegionNewCreates a cache region.
CacheRegionRemoveRemoves a specified cache region.
CacheRemoveRemoves an object from a cache.
CacheRemoveAllRemoves all stored objects in a cache region.
CacheSetPropertiesSets the cache properties for the object cache, the page cache, or both.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page