module Mongo::Socket::OcspCache

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 on Ruby 2.4+, or the OpenStruct emulation of it on Ruby 2.3.

@api private