@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
1,776 lines (1,775 loc) • 113 kB
JSON
{
"id": "Cache.org",
"nodeType": "class",
"name": "Org",
"namespace": "Cache",
"startToken": {
"type": "declaration.entity.name.class",
"text": "Org",
"textToLower": "org",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_Org_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Use the Cache.Org class to add, retrieve, and manage values in the org cache. Unlike the session cache, the org cache is not tied to any session and is available to the organization across requests and to all users.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_cache_Org.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"contains(string)": {
"id": "Cache.org.method.contains(string)",
"nodeType": "method",
"name": "contains",
"startToken": {
"type": "declaration.entity.name.function",
"text": "contains",
"textToLower": "contains",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_contains_-1:0"
},
"parentId": "Cache.org",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Boolean contains(String key)",
"overrideSignature": "public static override Boolean contains(String key)",
"simplifiedSignature": "contains(String)",
"datatype": {
"id": "Cache.org.contains.datatype.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 21
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:14"
},
"parentId": "Cache.org.contains",
"order": 0,
"memberOrder": 0,
"type": "Boolean"
},
"description": "Returns true if the org cache contains a cached value corresponding to the specified key.",
"parentName": "Org",
"variables": {},
"params": {
"key": {
"id": "Cache.org.method.contains(string).varParam.key",
"nodeType": "variable",
"name": "key",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 38
},
"end": {
"line": 0,
"character": 41
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:38"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 38
},
"end": {
"line": 0,
"character": 41
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:38"
},
"parentId": "Cache.org.method.contains(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Cache.org.contains.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 31
},
"end": {
"line": 0,
"character": 37
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:31"
},
"parentId": "Cache.org.contains",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "A case-sensitive string value that uniquely identifies a cached value. For information about the format of the key name, see Usage.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"contains(set<string>)": {
"id": "Cache.org.method.contains(set<string>)",
"nodeType": "method",
"name": "contains",
"startToken": {
"type": "declaration.entity.name.function",
"text": "contains",
"textToLower": "contains",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_contains_-1:0"
},
"parentId": "Cache.org",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static List<Boolean> contains(Set<String> keys)",
"overrideSignature": "public static override List<Boolean> contains(Set<String> keys)",
"simplifiedSignature": "contains(Set<String>)",
"datatype": {
"id": "Cache.org.contains.datatype.List<Boolean>",
"nodeType": "datatype",
"name": "List<Boolean>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:14"
},
"parentId": "Cache.org.contains",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "Cache.org.contains.datatype.List<Boolean>.value.Boolean",
"nodeType": "datatype",
"name": "Boolean",
"startToken": {
"type": "datatype.primitive",
"text": "Boolean",
"textToLower": "boolean",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 19
},
"end": {
"line": 0,
"character": 26
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Boolean_0:19"
},
"order": 0,
"memberOrder": 0,
"type": "Boolean"
}
},
"description": "Returns true if the org cache contains the specified key entries.",
"parentName": "Org",
"variables": {},
"params": {
"keys": {
"id": "Cache.org.method.contains(set<string>).varParam.keys",
"nodeType": "variable",
"name": "keys",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "keys",
"textToLower": "keys",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 49
},
"end": {
"line": 0,
"character": 53
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_keys_0:49"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "keys",
"textToLower": "keys",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 49
},
"end": {
"line": 0,
"character": 53
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_keys_0:49"
},
"parentId": "Cache.org.method.contains(set<string>)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Cache.org.contains.datatype.Set<String>",
"nodeType": "datatype",
"name": "Set<String>",
"startToken": {
"type": "datatype.collection",
"text": "Set",
"textToLower": "set",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 40
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Set_0:37"
},
"parentId": "Cache.org.contains",
"order": 0,
"memberOrder": 0,
"type": "Set",
"value": {
"id": "Cache.org.contains.datatype.Set<String>.value.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 41
},
"end": {
"line": 0,
"character": 47
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:41"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "A set of keys that uniquely identifies cached values. For information about the format of the key name, see Usage.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"get(string)": {
"id": "Cache.org.method.get(string)",
"nodeType": "method",
"name": "get",
"startToken": {
"type": "declaration.entity.name.function",
"text": "get",
"textToLower": "get",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_get_-1:0"
},
"parentId": "Cache.org",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Object get(String key)",
"overrideSignature": "public static override Object get(String key)",
"simplifiedSignature": "get(String)",
"datatype": {
"id": "Cache.org.get.datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:14"
},
"parentId": "Cache.org.get",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"description": "Returns the cached value corresponding to the specified key from the org cache.",
"parentName": "Org",
"variables": {},
"params": {
"key": {
"id": "Cache.org.method.get(string).varParam.key",
"nodeType": "variable",
"name": "key",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 32
},
"end": {
"line": 0,
"character": 35
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:32"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 32
},
"end": {
"line": 0,
"character": 35
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:32"
},
"parentId": "Cache.org.method.get(string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Cache.org.get.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 25
},
"end": {
"line": 0,
"character": 31
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:25"
},
"parentId": "Cache.org.get",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "A case-sensitive string value that uniquely identifies a cached value. For information about the format of the key name, see Usage.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"get(system.type,string)": {
"id": "Cache.org.method.get(system.type,string)",
"nodeType": "method",
"name": "get",
"startToken": {
"type": "declaration.entity.name.function",
"text": "get",
"textToLower": "get",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_get_-1:0"
},
"parentId": "Cache.org",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Object get(System.Type cacheBuilder, String key)",
"overrideSignature": "public static override Object get(System.Type cacheBuilder, String key)",
"simplifiedSignature": "get(System.Type,String)",
"datatype": {
"id": "Cache.org.get.datatype.Object",
"nodeType": "datatype",
"name": "Object",
"startToken": {
"type": "datatype.primitive",
"text": "Object",
"textToLower": "object",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Object_0:14"
},
"parentId": "Cache.org.get",
"order": 0,
"memberOrder": 0,
"type": "Object"
},
"description": "Returns the cached value corresponding to the specified key from the org cache. Use this method if your cached value is a class that implements the CacheBuilder interface.",
"parentName": "Org",
"variables": {},
"params": {
"cachebuilder": {
"id": "Cache.org.method.get(system.type,string).varParam.cachebuilder",
"nodeType": "variable",
"name": "cacheBuilder",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "cacheBuilder",
"textToLower": "cachebuilder",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cacheBuilder_0:37"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "cacheBuilder",
"textToLower": "cachebuilder",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 37
},
"end": {
"line": 0,
"character": 49
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_cacheBuilder_0:37"
},
"parentId": "Cache.org.method.get(system.type,string)",
"order": 1,
"memberOrder": 1,
"datatype": {
"id": "Cache.org.get.datatype.System.Type",
"nodeType": "datatype",
"name": "System.Type",
"startToken": {
"type": "datatype.support.class",
"text": "System",
"textToLower": "system",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 25
},
"end": {
"line": 0,
"character": 31
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_System_0:25"
},
"parentId": "Cache.org.get",
"order": 0,
"memberOrder": 0,
"type": "System.Type"
},
"scope": null
},
"key": {
"id": "Cache.org.method.get(system.type,string).varParam.key",
"nodeType": "variable",
"name": "key",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 61
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:58"
},
"endToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 58
},
"end": {
"line": 0,
"character": 61
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_key_0:58"
},
"parentId": "Cache.org.method.get(system.type,string)",
"order": 2,
"memberOrder": 2,
"datatype": {
"id": "Cache.org.get.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 51
},
"end": {
"line": 0,
"character": 57
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:51"
},
"parentId": "Cache.org.get",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "The Apex class that implements the CacheBuilder interface. A case-sensitive string value that, combined with the class name corresponding to the cacheBuilder parameter, uniquely identifies a cached value.",
"scope": null
}
},
"queries": [],
"exceptions": []
},
"getavggettime()": {
"id": "Cache.org.method.getavggettime()",
"nodeType": "method",
"name": "getAvgGetTime",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAvgGetTime",
"textToLower": "getavggettime",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAvgGetTime_-1:0"
},
"parentId": "Cache.org",
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Long getAvgGetTime()",
"overrideSignature": "public static override Long getAvgGetTime()",
"simplifiedSignature": "getAvgGetTime()",
"datatype": {
"id": "Cache.org.getavggettime.datatype.Long",
"nodeType": "datatype",
"name": "Long",
"startToken": {
"type": "datatype.primitive",
"text": "Long",
"textToLower": "long",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Long_0:14"
},
"parentId": "Cache.org.getavggettime",
"order": 0,
"memberOrder": 0,
"type": "Long"
},
"description": "Returns the average time taken to get a key from the org cache, in nanoseconds.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getavgvaluesize()": {
"id": "Cache.org.method.getavgvaluesize()",
"nodeType": "method",
"name": "getAvgValueSize",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getAvgValueSize",
"textToLower": "getavgvaluesize",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getAvgValueSize_-1:0"
},
"parentId": "Cache.org",
"order": 6,
"memberOrder": 6,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Long getAvgValueSize()",
"overrideSignature": "public static override Long getAvgValueSize()",
"simplifiedSignature": "getAvgValueSize()",
"datatype": {
"id": "Cache.org.getavgvaluesize.datatype.Long",
"nodeType": "datatype",
"name": "Long",
"startToken": {
"type": "datatype.primitive",
"text": "Long",
"textToLower": "long",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Long_0:14"
},
"parentId": "Cache.org.getavgvaluesize",
"order": 0,
"memberOrder": 0,
"type": "Long"
},
"description": "Returns the average item size for keys in the org cache, in bytes.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getcapacity()": {
"id": "Cache.org.method.getcapacity()",
"nodeType": "method",
"name": "getCapacity",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getCapacity",
"textToLower": "getcapacity",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getCapacity_-1:0"
},
"parentId": "Cache.org",
"order": 7,
"memberOrder": 7,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Double getCapacity()",
"overrideSignature": "public static override Double getCapacity()",
"simplifiedSignature": "getCapacity()",
"datatype": {
"id": "Cache.org.getcapacity.datatype.Double",
"nodeType": "datatype",
"name": "Double",
"startToken": {
"type": "datatype.primitive",
"text": "Double",
"textToLower": "double",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Double_0:14"
},
"parentId": "Cache.org.getcapacity",
"order": 0,
"memberOrder": 0,
"type": "Double"
},
"description": "Returns the percentage of org cache capacity that has been used.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getkeys()": {
"id": "Cache.org.method.getkeys()",
"nodeType": "method",
"name": "getKeys",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getKeys",
"textToLower": "getkeys",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getKeys_-1:0"
},
"parentId": "Cache.org",
"order": 8,
"memberOrder": 8,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Set<String> getKeys()",
"overrideSignature": "public static override Set<String> getKeys()",
"simplifiedSignature": "getKeys()",
"datatype": {
"id": "Cache.org.getkeys.datatype.Set<String>",
"nodeType": "datatype",
"name": "Set<String>",
"startToken": {
"type": "datatype.collection",
"text": "Set",
"textToLower": "set",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 17
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Set_0:14"
},
"parentId": "Cache.org.getkeys",
"order": 0,
"memberOrder": 0,
"type": "Set",
"value": {
"id": "Cache.org.getkeys.datatype.Set<String>.value.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 18
},
"end": {
"line": 0,
"character": 24
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:18"
},
"order": 0,
"memberOrder": 0,
"type": "String"
}
},
"description": "Returns a set of all keys that are stored in the org cache and visible to the invoking namespace.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getmaxgettime()": {
"id": "Cache.org.method.getmaxgettime()",
"nodeType": "method",
"name": "getMaxGetTime",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMaxGetTime",
"textToLower": "getmaxgettime",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMaxGetTime_-1:0"
},
"parentId": "Cache.org",
"order": 9,
"memberOrder": 9,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Long getMaxGetTime()",
"overrideSignature": "public static override Long getMaxGetTime()",
"simplifiedSignature": "getMaxGetTime()",
"datatype": {
"id": "Cache.org.getmaxgettime.datatype.Long",
"nodeType": "datatype",
"name": "Long",
"startToken": {
"type": "datatype.primitive",
"text": "Long",
"textToLower": "long",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Long_0:14"
},
"parentId": "Cache.org.getmaxgettime",
"order": 0,
"memberOrder": 0,
"type": "Long"
},
"description": "Returns the maximum time taken to get a key from the org cache, in nanoseconds.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getmaxvaluesize()": {
"id": "Cache.org.method.getmaxvaluesize()",
"nodeType": "method",
"name": "getMaxValueSize",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMaxValueSize",
"textToLower": "getmaxvaluesize",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMaxValueSize_-1:0"
},
"parentId": "Cache.org",
"order": 10,
"memberOrder": 10,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Long getMaxValueSize()",
"overrideSignature": "public static override Long getMaxValueSize()",
"simplifiedSignature": "getMaxValueSize()",
"datatype": {
"id": "Cache.org.getmaxvaluesize.datatype.Long",
"nodeType": "datatype",
"name": "Long",
"startToken": {
"type": "datatype.primitive",
"text": "Long",
"textToLower": "long",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 18
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Long_0:14"
},
"parentId": "Cache.org.getmaxvaluesize",
"order": 0,
"memberOrder": 0,
"type": "Long"
},
"description": "Returns the maximum item size for keys in the org cache, in bytes.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getmissrate()": {
"id": "Cache.org.method.getmissrate()",
"nodeType": "method",
"name": "getMissRate",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getMissRate",
"textToLower": "getmissrate",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getMissRate_-1:0"
},
"parentId": "Cache.org",
"order": 11,
"memberOrder": 11,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"static": {
"type": "keyword.modifier.static",
"text": "static",
"textToLower": "static",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_static_0:7"
},
"signature": "public static Double getMissRate()",
"overrideSignature": "public static override Double getMissRate()",
"simplifiedSignature": "getMissRate()",
"datatype": {
"id": "Cache.org.getmissrate.datatype.Double",
"nodeType": "datatype",
"name": "Double",
"startToken": {
"type": "datatype.primitive",
"text": "Double",
"textToLower": "double",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 14
},
"end": {
"line": 0,
"character": 20
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Double_0:14"
},
"parentId": "Cache.org.getmissrate",
"order": 0,
"memberOrder": 0,
"type": "Double"
},
"description": "Returns the miss rate in the org cache.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getname()": {
"id": "Cache.org.method.getname()",
"nodeType": "method",
"name": "getName",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getName",
"textToLower": "getname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getName_-1:0"
},
"parentId": "Cache.org",
"order": 12,
"memberOrder": 12,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getName()",
"overrideSignature": "public override String getName()",
"simplifiedSignature": "getName()",
"datatype": {
"id": "Cache.org.getname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Cache.org.getname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the name of the default cache partition.",
"parentName": "Org",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getnumkeys()": {
"id": "Cache.org.method.getnumkeys()",
"nodeType": "method",
"name": "getNumKeys",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getNumKeys",
"textToLower": "getnumkeys",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getNumKeys_-1:0"
},
"parentId": "Cache.org",
"order": 13,
"memberOrder": 13,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0