DNNCacheDependency provides dependency policies of cache system.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class DNNCacheDependency : IDisposable
Visual Basic
Public Class DNNCacheDependency
	Implements IDisposable

Remarks

The CacheDependency class monitors the dependency relationships so that when any of them changes, the cached item will be automatically removed.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Cache..::..DNNCacheDependency

See Also