31.4. Script Bindings
The script engine exposes several internal objects as pre-defined bindings when the script is executed. These are:
cache
: the cache against which the script is being executed.cacheManager
: the cacheManager for the cache.marshaller
: the marshaller to use for marshalling/unmarshalling data to the cache.scriptingManager
: the instance of the script manager which is being used to run the script. This can be used to run other scripts from a script.