clear

clear#

_HdfArray.clear(**kwargs)[source]#

Release the in-memory data cache.

Emits CacheWarning when cache='eager' to flag an explicit clear that conflicts with the cache mode.

Parameters:
**kwargsobject

Accepted but ignored; present for subclass override compatibility.

Examples

>>> reader.clear()
>>> reader.data_cached
False