Search Results for

    Show / Hide Table of Contents

    Namespace Apache.Ignite.AspNet

    Classes

    IgniteOutputCacheProvider

    ASP.NET output cache provider that uses Ignite cache as a storage.

    You can either start Ignite yourself, and provide gridName attribute, or provide igniteConfigurationSectionName attribute to start Ignite automatically from specified configuration section (see IgniteConfigurationSection) using igniteConfigurationSectionName.

    cacheName attribute specifies Ignite cache name to use for data storage. This attribute can be omitted if cache name is null.

    IgniteSessionStateStoreProvider

    ASP.NET Session-State Store Provider that uses Ignite distributed cache as an underlying storage.

    You can either start Ignite yourself, and provide gridName attribute, or provide igniteConfigurationSectionName attribute to start Ignite automatically from specified configuration section (see IgniteConfigurationSection) using igniteConfigurationSectionName.

    cacheName attribute specifies Ignite cache name to use for data storage. This attribute can be omitted if cache name is null.

    Optional applicationId attribute allows sharing a single Ignite cache between multiple web applications.

    IgniteWebUtils

    Ignite web utilities.

    In This Article
    Back to top © 2015 - 2019 The Apache Software Foundation