Method: Mongo.clear_ocsp_cache
- Defined in:
- lib/mongo.rb
.clear_ocsp_cache ⇒ Object
Clears the driver’s OCSP response cache.
109 110 111 |
# File 'lib/mongo.rb', line 109 module_function def clear_ocsp_cache Socket::OcspCache.clear end |