문제

We are building a large scale web platform where we try to use Caching to speed up things - though now it's a single server, we'll probably upgrade it to a cluster. Will the Caching work there? Should we consider anything special?

Thanks1

도움이 되었습니까?

해결책

You will need to use a distributed cache. You can find implementations for different caching providers such as memcached or Velocity.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top