rename Cache service to OutputCache
This commit is contained in:
@ -6,13 +6,13 @@ namespace Oqtane.Services
|
||||
/// <summary>
|
||||
/// Service to manage cache
|
||||
/// </summary>
|
||||
public interface ICacheService
|
||||
public interface IOutputCacheService
|
||||
{
|
||||
/// <summary>
|
||||
/// Evicts the output cache for a specific tag
|
||||
/// </summary>
|
||||
/// <param name="tag"></param>
|
||||
/// <returns></returns>
|
||||
Task EvictOutputCacheByTag(string tag, CancellationToken cancellationToken = default);
|
||||
Task EvictByTag(string tag);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user