Table of Contents

Interface ICacheAwareReadObject

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface ICacheAwareReadObject : IDisposable
Inherited Members

Properties

BlobStream

Stream BlobStream { get; }

Property Value

Stream

CacheKey

FunctionDataCacheKey CacheKey { get; }

Property Value

FunctionDataCacheKey

CacheObject

SharedMemoryMetadata CacheObject { get; }

Property Value

SharedMemoryMetadata

IsCacheHit

bool IsCacheHit { get; }

Property Value

bool

Methods

TryPutToCache(SharedMemoryMetadata, bool)

bool TryPutToCache(SharedMemoryMetadata cacheObject, bool isIncrementActiveReference)

Parameters

cacheObject SharedMemoryMetadata
isIncrementActiveReference bool

Returns

bool