cache injection, error handling and logging on startup, etc

This commit is contained in:
Drewster727 2016-04-04 10:18:23 -05:00
commit 7593d3a7e9
6 changed files with 179 additions and 144 deletions

View file

@ -55,7 +55,7 @@ namespace PlexRequests.Helpers
/// <param name="key">The key.</param>
/// <param name="data">The object we want to store.</param>
/// <param name="cacheTime">The amount of time we want to cache the object.</param>
void Set(string key, object data, int cacheTime);
void Set(string key, object data, int cacheTime = 20);
/// <summary>
/// Removes the specified object from the cache.