C# Class MVC6RedisSessionAndCache.Web.Helpers.OwnRedisCache

Inheritance: Microsoft.Extensions.Caching.Redis.RedisCache, IDistributedCache
ファイルを表示 Open project: joaquin-corchero/MVC6RedisSessionAndCache

Public Methods

Method Description
OwnRedisCache ( IOptions optionsAccessor ) : System.Threading.Tasks
Set ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : void
SetAsync ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : System.Threading.Tasks.Task

Method Details

OwnRedisCache() public method

public OwnRedisCache ( IOptions optionsAccessor ) : System.Threading.Tasks
optionsAccessor IOptions
return System.Threading.Tasks

Set() public method

public Set ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : void
key string
value byte
options Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions
return void

SetAsync() public method

public SetAsync ( string key, byte value, Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions options ) : System.Threading.Tasks.Task
key string
value byte
options Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions
return System.Threading.Tasks.Task