Class: CadenceThrift::DomainCacheInfo

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/gen/thrift/shared_types.rb,
lib/gen/thrift/shared_types.rb

Constant Summary collapse

NUMOFITEMSINCACHEBYID =
10
NUMOFITEMSINCACHEBYNAME =
20
FIELDS =
{
  NUMOFITEMSINCACHEBYID => {:type => ::Thrift::Types::I64, :name => 'numOfItemsInCacheByID', :optional => true},
  NUMOFITEMSINCACHEBYNAME => {:type => ::Thrift::Types::I64, :name => 'numOfItemsInCacheByName', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4506
# File 'lib/gen/thrift/shared_types.rb', line 4506

def struct_fields; FIELDS; end

#validateObject



4508
4509
# File 'lib/gen/thrift/shared_types.rb', line 4508

def validate
end