sessionUsageType
cdba.hierCache sessionUsageType cyclic {"none" | "saveOnly" | "loadOnly" | "saveAndLoad"}
Description
Specifies the hierarchical cache operations that are allowed in the current session. Both the session usage and design usage must permit an action before it can be performed.
The default value is saveAndLoad.
-
none: No operations are specified. -
saveOnly: Indicates that saving a hierarchical cache is permitted in the current session. A hierarchical cache is always saved with the cellview, which is mostly the top design in the hierarchy. -
loadOnly: Indicates that loading the design hierarchy from a hierarchical cache is permitted in the current session. -
saveAndLoad:Indicates that both save and load operations using the hierarchical cache are permitted.
GUI Equivalent
Examples
envGetVal("cdba.hierCache" "sessionUsageType")
envSetVal("cdba.hierCache" "sessionUsageType" 'cyclic "saveOnly")
envSetVal("cdba.hierCache" "sessionUsageType" 'cyclic "loadOnly")
Related Topics
Return to top