IMetabaseObjectCacheItem

Description

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

Comments

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

Properties

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

Methods

  Method name Brief description
Flush The Flush method flushes object cache record.
Open The Open method returns the object instance, to which the record in cache corresponds.
Refresh The Refresh method refreshes record in object cache.
Replace The Replace method replaces object instance in cache.

See also:

Metabase Assembly Interfaces