Class StringCache
Inherited Members
Namespace: Unity.Barracuda
Syntax
public class StringCache
Methods
Clear()
Declaration
public void Clear()
Lookup(String, String)
Declaration
public string Lookup(string a, string b)
Parameters
| Type | Name | Description |
|---|---|---|
| String | a | |
| String | b |
Returns
| Type | Description |
|---|---|
| String |
Lookup(String, String, Int64)
Declaration
public string Lookup(string a, string b, long c)
Parameters
| Type | Name | Description |
|---|---|---|
| String | a | |
| String | b | |
| Int64 | c |
Returns
| Type | Description |
|---|---|
| String |