Finished up the caching TODO's

This commit is contained in:
tidusjar 2016-04-12 22:38:14 +01:00
commit fdbb373da5
8 changed files with 53 additions and 16 deletions

View file

@ -1,8 +0,0 @@
namespace PlexRequests.Services.Interfaces
{
public interface ISickRageCacher
{
void Queued(long check);
int[] QueuedIds();
}
}