IMetabaseObjectCacheItem

Description

The IMetabaseObjectCacheItem interface contains properties and methods used to work with a record in object cache.

Comments

A record in the object cache contains an instance of the object that was opened with the determined values of parameters.

Properties

  Property name Brief description
ParamValues The ParamValues property returns a collection of values of the parameters with which the object was opened during creation of record in the cache.
Timestamp The Timestamp property returns time of record creation in the cache of the object.

Methods

  Method name Brief description
Flush The Flush method clears records in the cache of object.
Open The Open method returns an instance of the object to which the record in the cache corresponds.
Refresh The Refresh method refreshes records in the cache of object.
Replace The Replace method changes an instance of the object in the cache.

See also:

Metabase Assembly Interfaces