~~NOTOC~~
~~Title: IsOlderThan ~~
**Description:**\\
Checks to see if the age of the data stored in key of the mod's cache file is older than the specified seconds.
**Added In:** v0.50
====== Function ======
public static bool IsOlderThan(string key, int seconds)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----