UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

1,764 lines 111 kB
{ "id": "Cache.session", "nodeType": "class", "name": "Session", "namespace": "Cache", "startToken": { "type": "declaration.entity.name.class", "text": "Session", "textToLower": "session", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_Session_-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.Session class to add, retrieve, and manage values in the session cache. The session cache is active as long as the user’s Salesforce session is valid (the user is logged in, and the session is not expired).", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_cache_Session.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": {}, "methods": { "contains(string)": { "id": "Cache.session.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.session", "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.session.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.session.contains", "order": 0, "memberOrder": 0, "type": "Boolean" }, "description": "Returns true if the session cache contains a cached value corresponding to the specified key.", "parentName": "Session", "variables": {}, "params": { "key": { "id": "Cache.session.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.session.method.contains(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Cache.session.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.session.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": [] }, "get(string)": { "id": "Cache.session.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.session", "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 Object get(String key)", "overrideSignature": "public static override Object get(String key)", "simplifiedSignature": "get(String)", "datatype": { "id": "Cache.session.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.session.get", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Returns the cached value corresponding to the specified key from the session cache.", "parentName": "Session", "variables": {}, "params": { "key": { "id": "Cache.session.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.session.method.get(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Cache.session.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.session.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.session.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.session", "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(System.Type cacheBuilder, String key)", "overrideSignature": "public static override Object get(System.Type cacheBuilder, String key)", "simplifiedSignature": "get(System.Type,String)", "datatype": { "id": "Cache.session.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.session.get", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Returns the cached value corresponding to the specified key from the session cache. Use this method if your cached value is a class that implements the CacheBuilder interface.", "parentName": "Session", "variables": {}, "params": { "cachebuilder": { "id": "Cache.session.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.session.method.get(system.type,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Cache.session.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.session.get", "order": 0, "memberOrder": 0, "type": "System.Type" }, "scope": null }, "key": { "id": "Cache.session.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.session.method.get(system.type,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "Cache.session.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.session.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.session.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.session", "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 Long getAvgGetTime()", "overrideSignature": "public static override Long getAvgGetTime()", "simplifiedSignature": "getAvgGetTime()", "datatype": { "id": "Cache.session.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.session.getavggettime", "order": 0, "memberOrder": 0, "type": "Long" }, "description": "Returns the average time taken to get a key from the session cache, in nanoseconds.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getavgvaluesize()": { "id": "Cache.session.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.session", "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 getAvgValueSize()", "overrideSignature": "public static override Long getAvgValueSize()", "simplifiedSignature": "getAvgValueSize()", "datatype": { "id": "Cache.session.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.session.getavgvaluesize", "order": 0, "memberOrder": 0, "type": "Long" }, "description": "Returns the average item size for keys in the session cache, in bytes.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getcapacity()": { "id": "Cache.session.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.session", "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 Double getCapacity()", "overrideSignature": "public static override Double getCapacity()", "simplifiedSignature": "getCapacity()", "datatype": { "id": "Cache.session.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.session.getcapacity", "order": 0, "memberOrder": 0, "type": "Double" }, "description": "Returns the percentage of session cache capacity that has been used.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getkeys()": { "id": "Cache.session.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.session", "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 Set<String> getKeys()", "overrideSignature": "public static override Set<String> getKeys()", "simplifiedSignature": "getKeys()", "datatype": { "id": "Cache.session.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.session.getkeys", "order": 0, "memberOrder": 0, "type": "Set", "value": { "id": "Cache.session.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 all keys that are stored in the session cache and visible to the invoking namespace.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getmaxgettime()": { "id": "Cache.session.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.session", "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 Long getMaxGetTime()", "overrideSignature": "public static override Long getMaxGetTime()", "simplifiedSignature": "getMaxGetTime()", "datatype": { "id": "Cache.session.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.session.getmaxgettime", "order": 0, "memberOrder": 0, "type": "Long" }, "description": "Returns the maximum time taken to get a key from the session cache, in nanoseconds.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getmaxvaluesize()": { "id": "Cache.session.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.session", "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 getMaxValueSize()", "overrideSignature": "public static override Long getMaxValueSize()", "simplifiedSignature": "getMaxValueSize()", "datatype": { "id": "Cache.session.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.session.getmaxvaluesize", "order": 0, "memberOrder": 0, "type": "Long" }, "description": "Returns the maximum item size for keys in the session cache, in bytes.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getmissrate()": { "id": "Cache.session.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.session", "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 Double getMissRate()", "overrideSignature": "public static override Double getMissRate()", "simplifiedSignature": "getMissRate()", "datatype": { "id": "Cache.session.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.session.getmissrate", "order": 0, "memberOrder": 0, "type": "Double" }, "description": "Returns the miss rate in the session cache.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getname()": { "id": "Cache.session.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.session", "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" }, "signature": "public String getName()", "overrideSignature": "public override String getName()", "simplifiedSignature": "getName()", "datatype": { "id": "Cache.session.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.session.getname", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Returns the name of the default cache partition.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getnumkeys()": { "id": "Cache.session.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.session", "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" }, "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 getNumKeys()", "overrideSignature": "public static override Long getNumKeys()", "simplifiedSignature": "getNumKeys()", "datatype": { "id": "Cache.session.getnumkeys.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.session.getnumkeys", "order": 0, "memberOrder": 0, "type": "Long" }, "description": "Returns the total number of keys in the session cache.", "parentName": "Session", "variables": {}, "params": {}, "queries": [], "exceptions": [] }, "getpartition(string)": { "id": "Cache.session.method.getpartition(string)", "nodeType": "method", "name": "getPartition", "startToken": { "type": "declaration.entity.name.function", "text": "getPartition", "textToLower": "getpartition", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_getPartition_-1:0" }, "parentId": "Cache.session", "order": 13, "memberOrder": 13, "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 cache.SessionPartition getPartition(String partitionName)", "overrideSignature": "public static override cache.SessionPartition getPartition(String partitionName)", "simplifiedSignature": "getPartition(String)", "datatype": { "id": "Cache.session.getpartition.datatype.cache.SessionPartition", "nodeType": "datatype", "name": "cache.SessionPartition", "startToken": { "type": "datatype.support.namespace", "text": "cache", "textToLower": "cache", "isAux": false, "range": { "start": { "line": 0, "character": 14 }, "end": { "line": 0, "character": 19 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_cache_0:14" }, "parentId": "Cache.session.getpartition", "order": 0, "memberOrder": 0, "type": "cache.SessionPartition" }, "description": "Returns a partition from the session cache that corresponds to the specified partition name.", "parentName": "Session", "variables": {}, "params": { "partitionname": { "id": "Cache.session.method.getpartition(string).varParam.partitionname", "nodeType": "variable", "name": "partitionName", "startToken": { "type": "declaration.entity.name.variable", "text": "partitionName", "textToLower": "partitionname", "isAux": false, "range": { "start": { "line": 0, "character": 57 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_partitionName_0:57" }, "endToken": { "type": "declaration.entity.name.variable", "text": "partitionName", "textToLower": "partitionname", "isAux": false, "range": { "start": { "line": 0, "character": 57 }, "end": { "line": 0, "character": 70 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_partitionName_0:57" }, "parentId": "Cache.session.method.getpartition(string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Cache.session.getpartition.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start":