[Missing <summary> documentation for "M:NHibernate.Cache.StandardQueryCache.IsUpToDate(Iesi.Collections.Generic.ISet{System.String},System.Int64)"]

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected virtual bool IsUpToDate(
	ISet<string> spaces,
	long timestamp
)
Visual Basic
Protected Overridable Function IsUpToDate ( _
	spaces As ISet(Of String), _
	timestamp As Long _
) As Boolean
Visual C++
protected:
virtual bool IsUpToDate(
	ISet<String^>^ spaces, 
	long long timestamp
)

Parameters

spaces
Type: Iesi.Collections.Generic..::..ISet<(Of <(<'String>)>)>

[Missing <param name="spaces"/> documentation for "M:NHibernate.Cache.StandardQueryCache.IsUpToDate(Iesi.Collections.Generic.ISet{System.String},System.Int64)"]

timestamp
Type: System..::..Int64

[Missing <param name="timestamp"/> documentation for "M:NHibernate.Cache.StandardQueryCache.IsUpToDate(Iesi.Collections.Generic.ISet{System.String},System.Int64)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.StandardQueryCache.IsUpToDate(Iesi.Collections.Generic.ISet{System.String},System.Int64)"]

See Also