Return a base64 string after hooking into the middleware #180
Answered
by
JimBobSquarePants
rndthoughts
asked this question in
Q&A
|
I am using the Azure Blob and Cache providers and would like to know if there is a way I can hook into the middleware to retrieve an image and hit the cache if applicable so that I can then take this image and return it as base64? I looked at implementing custom providers and I can see how to do it but obviously any provider implementing I need to return a base64 string, but would like to make use of any existing cached image objects to avoid the extra processing? |
Answered by
JimBobSquarePants
Jul 28, 2021
Replies: 0 comments 3 replies
|
I’m afraid it’s simply not designed for that. Tbh I’m not sure what the possible use case would be either? |
2 replies
Answer selected by
JimBobSquarePants
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I’m afraid it’s simply not designed for that.
Tbh I’m not sure what the possible use case would be either?