fix: updated namespaces
- code cleanup, removed unused usings
This commit is contained in:
parent
ffed92e85c
commit
398ca3d7b6
@ -1,10 +1,4 @@
|
|||||||
using System;
|
namespace Core.Blueprint.Caching.Adapters
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Core.Blueprint.Redis
|
|
||||||
{
|
{
|
||||||
public interface ICacheSettings
|
public interface ICacheSettings
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
using Core.Blueprint.Caching;
|
using Core.Blueprint.Caching.Adapters;
|
||||||
using Core.Blueprint.Caching.Contracts;
|
using Core.Blueprint.Caching.Contracts;
|
||||||
using Microsoft.Extensions.Configuration;
|
using Microsoft.Extensions.Configuration;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
namespace Core.Blueprint.Redis.Configuration
|
namespace Core.Blueprint.Caching.Configuration
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Provides extension methods for registering Redis-related services in the DI container.
|
/// Provides extension methods for registering Redis-related services in the DI container.
|
||||||
|
|||||||
@ -1,11 +1,7 @@
|
|||||||
using System;
|
using System.Text;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace Core.Blueprint.Redis.Helpers
|
namespace Core.Blueprint.Caching.Helpers
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Helper class for generating consistent and normalized cache keys.
|
/// Helper class for generating consistent and normalized cache keys.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user