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
Property Value
- bool
Methods
bool TryPutToCache(SharedMemoryMetadata cacheObject, bool isIncrementActiveReference)
Parameters
cacheObject
SharedMemoryMetadata
isIncrementActiveReference
bool
Returns
- bool