Module: Mongo::Auth::CredentialCache Private
- Defined in:
- build/ruby-driver-v2.17/lib/mongo/auth/credential_cache.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Cache store for computed SCRAM credentials.
Class Attribute Summary collapse
- .store ⇒ Object readonly private
Class Attribute Details
.store ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
27 28 29 |
# File 'build/ruby-driver-v2.17/lib/mongo/auth/credential_cache.rb', line 27 def store @store end |