Table of Contents

Interface IObjectMap

Namespace
DevExpress.Xpo.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public interface IObjectMap

Methods

Add(object, object)

void Add(object theObject, object id)

Parameters

theObject object
id object

ClearCache()

void ClearCache()

CompactCache()

int CompactCache()

Returns

int

Get(object)

object Get(object id)

Parameters

id object

Returns

object

Remove(object)

void Remove(object id)

Parameters

id object