~~NOTOC~~
~~Title: ReadStartsWith ~~
**Description:**\\
Reads all data from keys that start with the specified string in the mod's cache file and returns them. Returns null if the key doesn't exist.
**Added In:** v0.52
====== Function ======
public static string[] ReadStartsWith(string keyStartsWith)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----