Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICacheInvalidationService.cs
1
using
System.Collections.Generic
;
2
using
System.Threading.Tasks;
3
using
Waher.Runtime.Inventory
;
4
5
namespace
NeuroAccessMaui.Services.Cache.Invalidation
6
{
7
[DefaultImplementation(typeof(CacheInvalidationService))]
8
public
interface
ICacheInvalidationService
9
{
10
Task<int> InvalidateByParentId(
string
parentId,
string
scope);
11
Task<int> InvalidateByKeys(IEnumerable<string> keys,
string
scope);
12
}
13
}
14
NeuroAccessMaui.Services.Cache.Invalidation.ICacheInvalidationService
Definition:
ICacheInvalidationService.cs:9
NeuroAccessMaui.Services.Cache.Invalidation
Definition:
CacheInvalidatedMessage.cs:4
System.Collections.Generic
Definition:
ImplTypes.g.cs:4970
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
NeuroAccessMaui
NeuroAccessMaui
Services
Cache
Invalidation
ICacheInvalidationService.cs
Generated by
1.9.5