For the complete documentation index, see llms.txt. This page is also available as Markdown.

CacheService

Get access to the Box Cache services

Method Signature

CacheService()

Arguments

This function does not accept any arguments

Examples

Get the cache service instance

service = cacheService();
writeOutput( isObject( service ) );

Result: true

Last updated

Was this helpful?