public Response <bool> RemoveAllByEndpointId(Request <Endpoint> request) { var data = Service.RemoveAllByEndpointId(request.Payload); return(new Response <bool> { Payload = data }); }
public override void RemoveAll(string endpointId) { _internalCache.RemoveAll(endpointId); cache.RemoveAllByEndpointId(new bUtility.TokenCache.Types.SessionSecurity.Endpoint { EndpointId = endpointId }); }