Added caching to the settings

This commit is contained in:
tidusjar 2017-11-03 22:04:08 +00:00
parent fc31db4c6e
commit 22a23d652b
2 changed files with 22 additions and 29 deletions

View file

@ -13,13 +13,6 @@ namespace Ombi.Store.Repository
GlobalSettings Insert(GlobalSettings entity);
Task<GlobalSettings> InsertAsync(GlobalSettings entity);
/// <summary>
/// Gets all.
/// </summary>
/// <returns></returns>
IEnumerable<GlobalSettings> GetAll();
Task<IEnumerable<GlobalSettings>> GetAllAsync();
/// <summary>
/// Gets the specified identifier.
/// </summary>