mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 08:42:57 -07:00
Added caching to the settings
This commit is contained in:
parent
fc31db4c6e
commit
22a23d652b
2 changed files with 22 additions and 29 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue