Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICache.cs
1
using
System;
2
3
namespace
Waher.Runtime.Cache
4
{
8
public
interface
ICache
: IDisposable
9
{
14
bool
Standalone
15
{
16
get
;
17
}
18
22
void
Clear
();
23
}
24
}
Waher.Runtime.Cache.ICache
Interface for caches.
Definition:
ICache.cs:9
Waher.Runtime.Cache.ICache.Clear
void Clear()
Clears the cache.
Waher.Runtime.Cache.ICache.Standalone
bool Standalone
If cache is a standalone cache, or if it can be managed collectively with other caches.
Definition:
ICache.cs:15
Waher.Runtime.Cache
Definition:
Cache.cs:8
IoTGateway
Runtime
Waher.Runtime.Cache
ICache.cs
Generated by
1.9.5