class AvroSchemaRegistry::CachedClient
Public Instance Methods
lookup_subject_schema(subject, schema)
click to toggle source
delegate additional method to upstream
# File lib/avro_schema_registry/cached_client.rb, line 9 def lookup_subject_schema(subject, schema) @upstream.lookup_subject_schema(subject, schema) end