mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
cache injection, error handling and logging on startup, etc
This commit is contained in:
parent
2ddb949178
commit
7593d3a7e9
6 changed files with 179 additions and 144 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue