CBFS Connect 2020 Python Edition

Questions / Feedback?

metadata_cache_size Property

The size of the metadata cache.

Syntax

def get_metadata_cache_size() -> int: ...
def set_metadata_cache_size(value: int) -> None: ...

metadata_cache_size = property(get_metadata_cache_size, set_metadata_cache_size)

Default Value

2048

Remarks

This property specifies the size of the file metadata cache as a number of entries. The value must be a positive number. The maximum valid value is 65536.

Please refer to the metadata_cache_enabled property, as well as the Caching topic, for more information.

Note: This property cannot be changed within events.

Copyright (c) 2022 Callback Technologies, Inc. - All rights reserved.
CBFS Connect 2020 Python Edition - Version 20.0 [Build 8348]