Search Results for

    Show / Hide Table of Contents

    Class CacheProviderFactory

    Providers methods for retrieving the currently configured cache provider.

    Inheritance
    object
    CacheProviderFactory
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Nevatech.Vsb.Repository.Caching
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public static class CacheProviderFactory

    Methods

    GetCacheProvider()

    Returns the configured cache provider.

    Declaration
    [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
    public static ICacheProvider GetCacheProvider()
    Returns
    Type Description
    ICacheProvider

    Cache provider to be used in the application.

    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation