Return-Path: X-Original-To: apmail-incubator-directmemory-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-directmemory-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 401109ACB for ; Mon, 17 Oct 2011 10:50:39 +0000 (UTC) Received: (qmail 52293 invoked by uid 500); 17 Oct 2011 10:50:39 -0000 Delivered-To: apmail-incubator-directmemory-dev-archive@incubator.apache.org Received: (qmail 52268 invoked by uid 500); 17 Oct 2011 10:50:39 -0000 Mailing-List: contact directmemory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: directmemory-dev@incubator.apache.org Delivered-To: mailing list directmemory-dev@incubator.apache.org Received: (qmail 52260 invoked by uid 99); 17 Oct 2011 10:50:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 10:50:38 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of raffaele.p.guidi@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Oct 2011 10:50:32 +0000 Received: by wwf10 with SMTP id 10so1668682wwf.0 for ; Mon, 17 Oct 2011 03:50:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XZZfgYueQ3l9JcJQ/MBFAjWoylJ17MxfcKzc4fTW0ZM=; b=GkrT68NlucyXjyKXX6rATCun3vedMY7j/s6o+JhIQPwSU2mTBYsSVTrmpoLy9AUY/I yEL5IdyOHeULTJk0brAmlYrYAbigrtBHEw6tyg3V7TYyeLl6FvaM27vMIYKl+Ee51Ma4 XSwmJLA5tsIyETTVvfKvOpwRkK6fqFSvImTvY= MIME-Version: 1.0 Received: by 10.216.229.41 with SMTP id g41mr6418202weq.62.1318848611248; Mon, 17 Oct 2011 03:50:11 -0700 (PDT) Received: by 10.216.74.84 with HTTP; Mon, 17 Oct 2011 03:50:11 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Oct 2011 12:50:11 +0200 Message-ID: Subject: Re: Interpreting expires & expiresIn From: "Raffaele P. Guidi" To: directmemory-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016e659f5e0fc6b5b04af7c5eba --0016e659f5e0fc6b5b04af7c5eba Content-Type: text/plain; charset=ISO-8859-1 expires should be an absolute date value, while expiresIn should be an elapsed in milliseconds (TTL, I guess). What does TTI mean? On Mon, Oct 17, 2011 at 8:58 AM, Ashish wrote: > Hi, > > How to interpret expires & expiresIn attributes? Do they match to TTL > & TTI in caching world. > > -- > thanks > ashish > --0016e659f5e0fc6b5b04af7c5eba--