Cannot Access HttpContextAccessor inside hybridcache factory method
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 894
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
### Description
hello, i was trying the hybrid cache and noticed that when I'm inside the factory of the new hybridcache in GetOrCreateAsync and tried to access httpcontext but it was null.
this is when I'm inside the factory and try to access httpcontext to get user Identity or empty Guid and as you can see its empty

and after I'm out of the cache in the same request I can access it and its filled:

### Reproduction Steps
injecting IHttpContextAccessor and then try to access it inside factory of GetOrCreateAsync
### Expected behavior
i was expecting it to be filled current user identity
### Actual behavior
and because httpcontextaccessor was null i get empty guid
### Regression?
_No response_
### Known Workarounds
_No response_
### Configuration
_No response_
### Other information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.