Revert memory cache

This commit is contained in:
2025-06-21 22:05:27 -06:00
parent 31b26399a9
commit ff24c06934
7 changed files with 27 additions and 135 deletions

View File

@@ -1,9 +1,9 @@
namespace Core.Blueprint.Caching.Contracts
namespace Core.Blueprint.Redis
{
/// <summary>
/// Interface for managing Redis cache operations.
/// </summary>
public interface ICacheProvider
public interface IRedisCacheProvider
{
/// <summary>
/// Retrieves a cache item by its key.