# Functions
HashTable generates an md5 hash of a marshalled table.
LoadTableCache loads the table cache.
NewTablesCache is a factory method for TablesCache.
SaveTableCache writes a table cache to the table cache file.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
TablesCache stores an md5 hash of the JSON representation of a table in the schema.json file These hashes are used to skip unchanged models for DAL and Model generation.