# File lib/moneta/adapters/cassandra.rb, line 77
      def store(key, value, options = {})
        @backend.insert(@cf, key, {'value' => value}, :ttl => expires_value(options) || nil)
        value
      end