initiate_memory_cache

DatabaseStorageManager.initiate_memory_cache(level=1)[source]

Load various elements based on level from storage to the memory for rapid data access.

Parameters

level (int) – Level of data caching. Levels: - Level 1: Only loads inter index map to the memory. # Run by default - Level 2: Additionally load taxonomy-sheet to the memory - Level 3: Additionally load all map-elements to the memory - Level 4: Additionally load all tree-instance to the memory

Returns

Return type

True level until which data was cached.