fix: updated namespaces

- code cleanup, removed unused usings
This commit is contained in:
2025-05-19 10:32:59 -06:00
parent ffed92e85c
commit 398ca3d7b6
3 changed files with 5 additions and 15 deletions

View File

@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Core.Blueprint.Redis
namespace Core.Blueprint.Caching.Adapters
{
public interface ICacheSettings
{