logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class QueryCacheStatusInput

    Input data transfer object for cache status query operations.
    Contains the asset keys for which cache status information is requested.

    Inheritance
    object
    QueryCacheStatusInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.AssetPrefetcher.Application.UseCases.Dto
    Assembly: Serenity.AssetPrefetcher.Application.dll
    Syntax
    public class QueryCacheStatusInput

    Constructors

    QueryCacheStatusInput()

    Declaration
    public QueryCacheStatusInput()

    Properties

    Keys

    Declaration
    public AssetKey[] Keys { get; set; }
    Property Value
    Type Description
    AssetKey[]

    Array of asset keys to query for cache status information.

    In this article
    © 2026 Serenity. All Rights Reserved