Module: Mongo::Socket::OcspCache Private
Do not use. This module is for internal use only.
Relationships & Source Files | |
Defined in: | lib/mongo/socket/ocsp_cache.rb |
Overview
This module caches OCSP responses for their indicated validity time.
The key is the CertificateId used for the OCSP request. The value is the SingleResponse.
Constant Summary
-
LOCK =
Mutex.new