PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public static class UserInfoSecurityCache
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class UserInfoSecurityCache

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member Clear
Clears the entire cache.
Public method Static member ClearHasIndividualContentAccess
Clears the HasIndividualContentAccess bit.
Public method Static member ClearSqlMembershipUser
Clears the SqlMembershipUser of the given user.
Public method Static member ClearUsers
Clears the users from the cache.

See Also

Advanced