Session stores a copy of an item in the cache for each session (memory only).
会话在缓存中为每个会话存储一个条目的副本(仅内存)。
User stores a copy of an item in the cache for each user.
用户在缓存中为每个用户存储一个条目的副本。
Secured stores a copy of an item in the cache based on which groups the current user belongs to.
受保护根据当前用户所属的组在缓存中存储一个条目的副本。
应用推荐