#Proxy cache pattern

5 messages · Page 1 of 1 (latest)

blazing hawk
#

Recently i discovered this pattern but made me realize, is this a option to go when for example on a given context you cannot use a solution like redis?

queen pebble
#

Why not?

blazing hawk
#

Like i know this pattern exist but feels like with redis you can just overcome this

obsidian jolt
#

Using the proxy pattern would only be app internal. It would be useless for inter-app caching, which Redis does. So, the two serve two different purposes overall.