Environment cache vs Shared cache

Hi All,

What is the difference between environment cache and shared cache?

When should we use environment cache and in which scenarios should we use shared cache?

Solved Solved
0 1 158
1 ACCEPTED SOLUTION

The distinction is described here in the documentation.

Use the environment cache when you want to fiddle with it via the Admin API.

Use the shared cache when you don't care to do that.

View solution in original post

1 REPLY 1

The distinction is described here in the documentation.

Use the environment cache when you want to fiddle with it via the Admin API.

Use the shared cache when you don't care to do that.