Cache Functions

namedescription
cacheGetGets an object that is stored in the cache.
cacheGetAllIdsGets the IDs of all objects stored in the cache.
cacheGetMetadataGets the metadata values for a cached object.
cacheGetPropertiesGets the cache properties for the object cache, the page cache, or both. The information is application-specific.
cachePutStores an object in the cache.
cacheRemoveRemoves an object from the cache.
cacheSetPropertiesSets the cache properties for the object cache, the page cache, or both. If a cache does not yet exist, creates it. The cache and properties are application-specific.