CacheRecord Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains the cache for a whole assembly. This is for internal use only and was marked public to allow it to be serialized into XAML.

Namespace:  System.ComponentModel.Composition.Caching
Assembly:  Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class CacheRecord
'Usage
Dim instance As CacheRecord
[SerializableAttribute]
public sealed class CacheRecord
[SerializableAttribute]
public ref class CacheRecord sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type CacheRecord =  class end
public final class CacheRecord

Inheritance Hierarchy

System.Object
  System.ComponentModel.Composition.Caching.CacheRecord

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CacheRecord Members

System.ComponentModel.Composition.Caching Namespace