diff --git a/src/Blauhaus.ClientActors.Abstractions/IDtoCache.cs b/src/Blauhaus.ClientActors.Abstractions/IDtoCache.cs deleted file mode 100644 index 67518d4..0000000 --- a/src/Blauhaus.ClientActors.Abstractions/IDtoCache.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Threading.Tasks; -using Blauhaus.Common.Abstractions; - -namespace Blauhaus.ClientActors.Abstractions; - -public interface IDtoCache : IDtoLoader - where TDto : class, IHasId - where TId : IEquatable -{ - Task HandleAsync(TDto dto); - Task DeleteOneAsync(TId id); - Task DeleteAllAsync(); -} \ No newline at end of file