Gets the cache

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IpernityCache Cache { get; }
Visual Basic (Declaration)
Public ReadOnly Property Cache As IpernityCache
Visual C++
public:
property IpernityCache^ Cache {
	IpernityCache^ get ();
}

See Also