
Ask HN: Unshared or Private Caches for my app/company to use?
by dedalus on Hacker News.
Cache-Control:private only states that shared caches (such as proxy caches) should not cache the response but any private cache can. Now my question is do folks know of any such private caches in use (commerical or open source) as I can sense a lot of webapps today can be made faster with an “unshared” or per user cache e.g cache with user specific keys and cookies such that its purely a per user cache. It sounds like something on the user’s machine , correct?
