Security Caches

A security cache is used to hold the session details.

When a user is authenticated a new session token will be generated and returned to the client. All future requests then use this token to validate the user. The security cache is what holds these tokens and allows for validation of tokens from the clients.

The default cache is In Memory Security Cache.

The following security caches are available: