C# Class CachingFramework.Redis.Providers.RedisProviderBase

Redis Provider Base Class.
Show file Open project: thepirat000/CachingFramework.Redis

Protected Properties

Property Type Description
_context CachingFramework.Redis.Providers.RedisProviderContext

Private Methods

Method Description
RedisProviderBase ( CachingFramework.Redis.Providers.RedisProviderContext context ) : CachingFramework.Redis.Contracts

Initializes a new instance of the RedisProviderBase class.

Property Details

_context protected property

The redis provider context
protected RedisProviderContext,CachingFramework.Redis.Providers _context
return CachingFramework.Redis.Providers.RedisProviderContext