Interface IDataBlockCache
- Namespace
- Datafication.Server.Core.Registry
- Assembly
- Datafication.Server.Core.dll
Defines cache management operations for a DataBlock registry.
public interface IDataBlockCache
Methods
ClearCache()
Clears the internal cache without affecting the registry storage.
void ClearCache()
ClearCacheAsync(CancellationToken)
Asynchronously clears the internal cache without affecting the registry storage.
Task ClearCacheAsync(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenA token to cancel the operation.
Returns
- Task