public LoggedUsersMemoryStorage(IMemoryCache memoryCache, CacheKeyCreator cacheKeyCreator) { _memoryCache = memoryCache; _cacheKeyCreator = cacheKeyCreator; }
public LoggedUsersDistributedStorage(IDistributedCache distributedCache, CacheKeyCreator cacheKeyCreator) { _distributedCache = distributedCache; _cacheKeyCreator = cacheKeyCreator; }