[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

tests if an object with this ID is currently cached.

Namespace: Db4objects.Db4o.Ext
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function IsCached ( _
	ID As Long _
) As Boolean
C#
bool IsCached (
	long ID
)
Visual C++
bool IsCached (
	long long ID
)

Parameters

ID
System.Int64
the internal ID

Remarks

tests if an object with this ID is currently cached.