The IMetabaseObjectCacheItem interface contains properties and methods that are used to work with a record in object cache.
A record in object cache contains an instance of the object that was opened with determined values of parameters.
| 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. |
| 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: