RSS <ttl> एलीमेंट

व्याख्या और उपयोग

<ttl> एलीमेंट फीड स्रूट संशोधन होने से पहले, फीड को कैश बनाया जाने वाला मिनटों की संख्या निर्दिष्ट करता है。

उदाहरण

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
  <title>कोडवै3सी.कॉम होम पेज</title>
  <link>http://www.codew3c.com</link>
  <description>मुफ्त वेब बिल्डिंग ट्यूटोरियल</description>
  <ttl>80</ttl>
  <item>
    <title>RSS ट्यूटोरियल</title>
    <link>http://www.codew3c.com/rss</link>
    <description>नया RSS ट्यूटोरियल पर कोडवै3सी.कॉम</description>
  </item>
</channel>
</rss>