daf.storage.none¶
The NO_STORAGE is used to disable caching (e.g., caching sliced data in a StorageView, caching derived data in a
DafReader).
Creating or setting data inside NO_STORAGE has no effect. Unlike a real storage, it allows querying for names of axes
that don’t exist (since in it, no axes exist).
Data:
Storage used to specify not caching sliced or derived data. |
- daf.storage.none.NO_STORAGE = NoStorage: NO_STORAGE¶
Storage used to specify not caching sliced or derived data.