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