# File lib/moneta/adapters/kyotocabinet.rb, line 33
      def create(key, value, options = {})
        @backend.add(key, value)
      end