Modules

filter

 

Objects/Functions

module (N/cache)

SuiteScript 2.0

Cache.name

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=Cache.name for more information.

N/cache Module
Cache.name
Property Description: A label that identifies a cache.
Type: string
Supported Script Types: All server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/cache Module
Parent Object: cache.Cache
Sibling Object Members: Cache Object Members
Since: 2016.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Cache.name

Example:

// Code Example 1
//Add additional code
//...
var myCache = cache.getCache({
name: 'temporaryCache', //Cache.name
scope: cache.Scope.PRIVATE
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_4642698188.html