GetBoxCache

The entry BIF into the BoxCache.

This BIF will retrieve a named cache registered in our cache service. If you don't pass a cache name, it will default to the ,{@code default}, cache.

Once you have an instance to a cache, you can use the various methods to interact with the cache. Every cache must adhere to the ,{@link ICacheProvider}, interface.

Method Signature

GetBoxCache(cacheName=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

cacheName

string

false

The cache name to retrieve the id from, defaults to {@code default}

default

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC