CacheStoreProvider.SizeInBytes プロパティ

定義

キャッシュのおおよそのサイズ (バイト単位) を取得します。

public:
 abstract property long SizeInBytes { long get(); };
public abstract long SizeInBytes { get; }
member this.SizeInBytes : int64
Public MustOverride ReadOnly Property SizeInBytes As Long

プロパティ値

Int64

キャッシュのおおよそのサイズ (バイト単位)。

適用対象