Sitecore 5.0 API

GlobalCache.Add Method

Adds the current instance.

Overload List

Adds the current instance.

public static void Add(string,object);

Adds the current instance.

public static void Add(string,object,DateTime);

Adds the current instance.

public static void Add(string,object,TimeSpan);

Adds the current instance.

public static void Add(string,object,CacheItemPriority);

Adds the current instance.

public static void Add(string,object,CacheItemPriority,TimeSpan,DateTime);

See Also

GlobalCache Class | Sitecore.Caching Namespace