# File lib/patches/db/riak.rb, line 46
  def get_preflist(bucket, key, type=nil, options={})
    profile("get_preflist bucket=#{bucket.name} key=#{key} type=#{type} options=#{options}") { get_preflist_without_profiling(bucket, key, type, options) }
  end