Top Method Summary
Options Name Purpose
Consultingwerk.SmartComponents.Support.IClassCache Add (character, IClassCache) Adds an item to the generic Dictionary
Consultingwerk.SmartComponents.Support.IClassCache AddWhenNotContained (character, IClassCache) Adds an item to the generic Dictionary
Consultingwerk.SmartComponents.Support.IClassCache GetItem (character) Retrieves an item from the generic Dictionary
Consultingwerk.SmartComponents.Support.IClassCache GetItemOrNull (character) Retrieves an item from the generic Dictionary


Method Detail
Top

Consultingwerk.SmartComponents.Support.IClassCache Add (character, IClassCache)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartComponents.Support.IClassCache
And item of the Lists member type
Returns Consultingwerk.SmartComponents.Support.IClassCache
The item that was added to the List
Top

Consultingwerk.SmartComponents.Support.IClassCache AddWhenNotContained (character, IClassCache)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.SmartComponents.Support.IClassCache
And item of the Lists member type
Returns Consultingwerk.SmartComponents.Support.IClassCache
The item that was added to the List
Top

Consultingwerk.SmartComponents.Support.IClassCache GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartComponents.Support.IClassCache
The item of the Lists member type
Top

Consultingwerk.SmartComponents.Support.IClassCache GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.SmartComponents.Support.IClassCache
The item of the Lists member type


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:23:54