grokify/ringcentral-sdk-ruby

View on GitHub
lib/ringcentral_sdk/rest/cache.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RingCentralSdk
  module REST
    # Cache is the namespace module for various cache classes such as
    # the Extensions cache class.
    module Cache
      autoload :Extensions, 'ringcentral_sdk/rest/cache/extensions'
    end
  end
end