Add a item to the collection

Namespace:  EPiServer.Common.Cache
Assembly:  EPiServer.Common.Cache (in EPiServer.Common.Cache.dll) Version: 4.1.517.380

Syntax

C#
public virtual void Add(
	TItem item
)

Parameters

item
Type: TItem
The item to add

See Also