Table of Contents

Class InMemoryTemporaryFileCacheEntry

Namespace
GroupeIsa.Neos.Shared.IO
Assembly
GroupeIsa.Neos.Shared.dll

Represents an in memory temporary file cache entry.

public class InMemoryTemporaryFileCacheEntry
Inheritance
InMemoryTemporaryFileCacheEntry
Inherited Members

Constructors

InMemoryTemporaryFileCacheEntry(Guid, BinaryFile, string?)

Initializes a new instance of the InMemoryTemporaryFileCacheEntry class.

public InMemoryTemporaryFileCacheEntry(Guid identifier, BinaryFile file, string? userId)

Parameters

identifier Guid

Identifier.

file BinaryFile

File.

userId string

User id.

Properties

File

Gets the file.

public BinaryFile File { get; }

Property Value

BinaryFile

Identifier

Gets the user id.

public Guid Identifier { get; }

Property Value

Guid

UserId

Gets the user id.

public string? UserId { get; }

Property Value

string