public class TokenRepositoryCached : TokenRepository,
ITokenRepositoryCached, ITokenRepositoryPublic Class TokenRepositoryCached
Inherits TokenRepository
Implements ITokenRepositoryCached, ITokenRepositorypublic ref class TokenRepositoryCached : public TokenRepository,
ITokenRepositoryCached, ITokenRepositorytype TokenRepositoryCached =
class
inherit TokenRepository
interface ITokenRepositoryCached
interface ITokenRepository
end| TokenRepositoryCached | Repository for working with tokens using cache. |
| AddTokenAsync |
Adds new token information.
(Переопределяет TokenRepositoryAddTokenAsync(ITokenInfo, CancellationToken)) |
| DeleteExpiredTokensAsync |
Deletes the information for the expired tokens.
(Унаследован от TokenRepository) |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| InvalidateAsync | Clears the cached data and resets its state, removing all entries. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryDeleteByHashAsync |
Deletes the token information by its hash.
(Переопределяет TokenRepositoryTryDeleteByHashAsync(Byte, CancellationToken)) |
| TryDeleteByIDAsync |
Deletes the token information by its identifier.
(Переопределяет TokenRepositoryTryDeleteByIDAsync(String, CancellationToken)) |
| TryDeleteByTokenAsync |
Deletes the token information for given token.
(Переопределяет TokenRepositoryTryDeleteByTokenAsync(String, CancellationToken)) |
| TryGetByHashAsync |
Returns token information by its hash.
(Переопределяет TokenRepositoryTryGetByHashAsync(Byte, CancellationToken)) |
| TryGetByIDAsync |
Returns token information by its identifier.
(Переопределяет TokenRepositoryTryGetByIDAsync(String, CancellationToken)) |
| TryGetByTokenAsync |
Returns token information for given token.
(Переопределяет TokenRepositoryTryGetByTokenAsync(String, CancellationToken)) |
| TryGetTokensAsync |
Returns a collection of token information based on the filter criteria.
(Унаследован от TokenRepository) |
| DbmsErrorCodeProvider | (Унаследован от TokenRepository) |
| DbScope | (Унаследован от TokenRepository) |
| TokenCache | |
| TokenSignatureProvider | (Унаследован от TokenRepository) |