You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MSP cache, caches the invocation of Validate, however
many of the invocations of Validate are invoked indirectly
via the identities that the MSP returns via DeserializeIdentity(),
and these invocations are not cached, because the bccsp msp's identity
simply invokes the bccsp MSP's Validate() which bypasses the cache.
Change-Id: If2c47652d080abe43abe5a22854bb13f469cd2dd
Signed-off-by: yacovm <yacovm@il.ibm.com>
0 commit comments