// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Cache Name" m_AEglobalCacheControlTemplate.kCacheName; displayString -replace -value "Control For All Caches" m_AEglobalCacheControlTemplate.kControlForAllCaches; displayString -replace -value "Delete All Caches" m_AEglobalCacheControlTemplate.kDeleteAllCaches; displayString -replace -value "Disable All" m_AEglobalCacheControlTemplate.kDisableAll; displayString -replace -value "Enable All" m_AEglobalCacheControlTemplate.kEnableAll; displayString -replace -value "Enable Status" m_AEglobalCacheControlTemplate.kEnableStatus; displayString -replace -value "End Time" m_AEglobalCacheControlTemplate.kEndTime; displayString -replace -value "Individual Cache Status" m_AEglobalCacheControlTemplate.kIndividualCacheStatus; displayString -replace -value "No Disk Cache" m_AEglobalCacheControlTemplate.kNoDiskCache; displayString -replace -value "Over Sample" m_AEglobalCacheControlTemplate.kOverSample; displayString -replace -value "Sampling Rate" m_AEglobalCacheControlTemplate.kSamplingRate; displayString -replace -value "Sampling Type" m_AEglobalCacheControlTemplate.kSamplingType; displayString -replace -value "Start Time" m_AEglobalCacheControlTemplate.kStartTime; displayString -replace -value "Under Sample" m_AEglobalCacheControlTemplate.kUnderSample;