Show / Hide Table of Contents

    Class CachingManager

    Provides access to caching in an application.

    Inheritance
    System.Object
    CachingManager
    Namespace: Cuemon.Runtime.Caching
    Assembly: Cuemon.Runtime.Caching.dll
    Syntax
    public static class CachingManager

    Properties

    | Improve this Doc

    Cache

    Gets a collection of cached objects for the current application domain.

    Declaration
    public static CacheCollection Cache { get; }
    Property Value
    Type Description
    CacheCollection

    A collection of cached objects for the current application domain.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX