InMemoryStorageItem<T> Class

Definition

Generic InMemoryStorageItem holds items for InMemoryStorage.

public class InMemoryStorageItem<T>
type InMemoryStorageItem<'T> = class
Public Class InMemoryStorageItem(Of T)

Type Parameters

T

Type is set by consuming cache

Inheritance
InMemoryStorageItem<T>

Constructors

InMemoryStorageItem<T>(String, DateTime, T)

Initializes a new instance of the InMemoryStorageItem<T> class. Constructor for InMemoryStorageItem

Properties

Created

Gets the item created timestamp.

Id

Gets the item identifier

Item

Gets the item being stored.

LastUpdated

Gets the item last updated timestamp.

Applies to