As you may know, the distributed cache service on SharePoint 2013 helps improve the performance of many components such as,
There are different caches exist under the distributed cache service.
The Login Token Cache, which is named as DistributedLogonTokenCache stores security token issued by a Secure Token Service for use by any web server in the server farm. When any web server receives a request for a resource, can access the security token from the cache in order to authenticate and provide access to the resources.
- Authentication
- Newsfeeds
- Security Trimming
- Page load performances and etc...
There are different caches exist under the distributed cache service.
The Login Token Cache, which is named as DistributedLogonTokenCache stores security token issued by a Secure Token Service for use by any web server in the server farm. When any web server receives a request for a resource, can access the security token from the cache in order to authenticate and provide access to the resources.