Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CacheInvalidatedMessage.cs
1
using
System.Collections.Generic
;
2
3
namespace
NeuroAccessMaui.Services.Cache.Invalidation
4
{
5
public
sealed record CacheInvalidatedMessage(
string
Scope,
string
? ParentId =
null
, IReadOnlyList<string>? Keys =
null
);
6
}
7
NeuroAccessMaui.Services.Cache.Invalidation
Definition:
CacheInvalidatedMessage.cs:4
System.Collections.Generic
Definition:
ImplTypes.g.cs:4970
NeuroAccessMaui
NeuroAccessMaui
Services
Cache
Invalidation
CacheInvalidatedMessage.cs
Generated by
1.9.5