slicer_cache_items property

slicer_cache_items property

Returns a SlicerCacheItem collection that contains the collection of all items in the slicer cache. Read-only

Example


# get SlicerCacheItem collection that contains the collection of all items in the slicer cache.
slicerCacheItems = slicerCache.slicer_cache_items
print(len(slicerCacheItems))

Definition:

@property
def slicer_cache_items(self):
    ...

See Also