feat: updated caching support

- feat: Added memory caching support
- feat: refactored dependency injection methods
This commit is contained in:
2025-05-19 10:29:52 -06:00
parent f694b9a41a
commit ffed92e85c
6 changed files with 116 additions and 17 deletions

View File

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