IPersistenceLayer Interface
Mediates storage for small data that need to be persisted across projects.
bool HasKey ( string key )
void SetString ( string key,
string value )
string GetString ( string key )
void SetInt ( string key,
int value )
int GetInt ( string key )