`HttpCache` plugin, Can replace to Redis for stora...
# ktor
f
HttpCache
plugin, Can replace to Redis for storage users sessions?
a
Do you mean to store responses in a cache?
f
Cache is in-Memory DB or equivalent? I want: • Store user data in-Memory • Be able to access data in requests or in other sites(functions, etc) of code.
a
Yes, you can do that by implementing the
CacheStorage
interface.