Skip to content

Commit 0d5d37f

Browse files
committed
refactor: improve IRepository
1 parent f34c728 commit 0d5d37f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/ByteSync.ServerCommon/Interfaces/Repositories/IRepository.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ public interface IRepository<T>
1111

1212
Task<T?> Get(string key);
1313

14-
Task<T?> Get(CacheKey cacheKey);
15-
1614
Task<UpdateEntityResult<T>> AddOrUpdate(string key, Func<T?, T?> handler);
1715

1816
Task<UpdateEntityResult<T>> AddOrUpdate(string key, Func<T?, T?> handler, ITransaction? transaction);

0 commit comments

Comments
 (0)