Skip to content

IRemoveCachedUser interface

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Removes a cached user entry by identifier or username.

public interface IRemoveCachedUser

Members

name description
RemoveCachedUser(…) Removes the cached user with the specified identifier and/or username.

See Also