infrastructure for dealing with client cache invalidation in a multi-user environment
This commit is contained in:
		| @ -1,4 +1,5 @@ | ||||
| using Oqtane.Models; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| @ -10,7 +11,7 @@ namespace Oqtane.Services | ||||
|  | ||||
|         Task<Alias> GetAliasAsync(int AliasId); | ||||
|  | ||||
|         Task<Alias> GetAliasAsync(string Url); | ||||
|         Task<Alias> GetAliasAsync(string Url, DateTime LastSyncDate); | ||||
|  | ||||
|         Task<Alias> AddAliasAsync(Alias Alias); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker