| CacheHelperTouchKeysInternal Method  | 
            Touches the cache key to drop the dependencies.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
Syntaxprotected virtual void TouchKeysInternal(
	IEnumerable<string> keys,
	bool logTasks,
	bool ensureKeys
)
Parameters
- keys
 - Type: System.Collections.GenericIEnumerableString
Key array to touch - logTasks
 - Type: SystemBoolean
Log web farm tasks - ensureKeys
 - Type: SystemBoolean
If true, the keys must be present in the cache, if false, the non-existing key is not touched 
See Also