db4o

ExtObjectContainer.isCached Method 

tests if an object with this ID is currently cached.

[Visual Basic]
Function isCached( _ 
   ByVal ID As Long _ 
) As Boolean
[C#]
bool isCached(
   long ID
);
[C++]
bool isCached(
   __int64 ID
);
[JScript]
function isCached(
   long ID
): bool;

Parameters

ID
the internal ID

Remarks

tests if an object with this ID is currently cached.

See Also

ExtObjectContainer Interface | com.db4o.ext Namespace