clear#
- _HdfArray.clear(**kwargs)[source]#
Release the in-memory data cache.
Emits
CacheWarningwhencache='eager'to flag an explicit clear that conflicts with the cache mode.- Parameters:
- **kwargs
object Accepted but ignored; present for subclass override compatibility.
- **kwargs
Examples
>>> reader.clear() >>> reader.data_cached False