maproxy icon indicating copy to clipboard operation
maproxy copied to clipboard

Add cached session

Open zferentz opened this issue 4 years ago • 0 comments

Add simple caching (in memory, not redis/memcache) .

When we get a new connection - if we have "cached data" - return the cached
data (and don't even bother opening a socket to the server).

If we don't have cached data - operate just like standard session however
keep the data from the server in a cache. Note that we're storing in the
cache only when the connection is closed (to avoid partial data) !!!!

zferentz avatar Jul 12 '20 06:07 zferentz