Revert memory cache
This commit is contained in:
		| @@ -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. | ||||
		Reference in New Issue
	
	Block a user