<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Methods Overview</title><link>https://sourceforge.net/p/perfcache/wiki/Methods%2520Overview/</link><description>Recent changes to Methods Overview</description><atom:link href="https://sourceforge.net/p/perfcache/wiki/Methods%20Overview/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 15 Dec 2011 19:14:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/perfcache/wiki/Methods%20Overview/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Methods Overview modified by Glenn Hofford</title><link>https://sourceforge.net/p/perfcache/wiki/Methods%2520Overview/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -1,27 +1,28 @@
 #### Methods: Overview ####
 
-Note: The include file, basetypes.h contains the following definitions, which are used by these methods:
-
+Note: The include file, &lt;b&gt;basetypes.h&lt;/b&gt; contains the following definitions, which are used by these methods:
+
     typedef unsigned char QBYTE;
     typedef unsigned short QWORD;
 
 
 &lt;br /&gt;
 Each of the basic operations methods has two overloads, which vary by key type:
 
 &lt;b&gt;1) Key type = const QBYTE \*&lt;/b&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned char \*
 
 &amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
 
      int InsertString (const QBYTE *szKey, 
                        const QBYTE *pbszData,
                        const unsigned int numSecondsTTL);
 
 &lt;br /&gt;
 &lt;b&gt;2) Key type = const QWORD \* &lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned short \*
 
 &amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
 
      int InsertString (const QWORD *wszKey,
                        const QBYTE *pbszData,
                        const unsigned int numSecondsTTL);
+&lt;br /&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Hofford</dc:creator><pubDate>Thu, 15 Dec 2011 19:14:17 -0000</pubDate><guid>https://sourceforge.netb2899d70ae6bb8ec19f991fe35815adf385b8f68</guid></item><item><title>WikiPage Methods Overview modified by Glenn Hofford</title><link>https://sourceforge.net/p/perfcache/wiki/Methods%2520Overview/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -9,16 +9,16 @@
 &lt;br /&gt;
 Each of the basic operations methods has two overloads, which vary by key type:
 
-1) Key type = const QBYTE \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned char \*
-
+&lt;b&gt;1) Key type = const QBYTE \*&lt;/b&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned char \*
+
 &amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
 
      int InsertString (const QBYTE *szKey, 
                        const QBYTE *pbszData,
                        const unsigned int numSecondsTTL);
 
 &lt;br /&gt;
-2) Key type = const QWORD \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned short \*
+&lt;b&gt;2) Key type = const QWORD \* &lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned short \*
 
 &amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Hofford</dc:creator><pubDate>Thu, 15 Dec 2011 19:13:29 -0000</pubDate><guid>https://sourceforge.net0447c5b845b0c0b1765a3dac0241495f8b22731d</guid></item><item><title>WikiPage Methods Overview modified by Glenn Hofford</title><link>https://sourceforge.net/p/perfcache/wiki/Methods%2520Overview/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -11,16 +11,16 @@
 
 1) Key type = const QBYTE \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned char \*
 
-*Example:*
-
+&amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
+
      int InsertString (const QBYTE *szKey, 
                        const QBYTE *pbszData,
                        const unsigned int numSecondsTTL);
 
 &lt;br /&gt;
 2) Key type = const QWORD \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned short \*
 
-*Example:*
+&amp;nbsp;&amp;nbsp;&lt;b&gt;*Example:*&lt;/b&gt;
 
      int InsertString (const QWORD *wszKey,
                        const QBYTE *pbszData,
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Hofford</dc:creator><pubDate>Thu, 15 Dec 2011 19:12:22 -0000</pubDate><guid>https://sourceforge.net44d54136a4f6f1b1aa211840901f952d5427340b</guid></item><item><title>WikiPage Methods Overview modified by Glenn Hofford</title><link>https://sourceforge.net/p/perfcache/wiki/Methods%2520Overview/</link><description>#### Methods: Overview ####

Note: The include file, basetypes.h contains the following definitions, which are used by these methods:

    typedef unsigned char QBYTE;
    typedef unsigned short QWORD;


&lt;br /&gt;
Each of the basic operations methods has two overloads, which vary by key type:

1) Key type = const QBYTE \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned char \*

*Example:*

     int InsertString (const QBYTE *szKey, 
                       const QBYTE *pbszData,
                       const unsigned int numSecondsTTL);

&lt;br /&gt;
2) Key type = const QWORD \* &amp;nbsp;&amp;nbsp;&amp;nbsp; // const unsigned short \*

*Example:*

     int InsertString (const QWORD *wszKey,
                       const QBYTE *pbszData,
                       const unsigned int numSecondsTTL);</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Glenn Hofford</dc:creator><pubDate>Thu, 15 Dec 2011 19:08:48 -0000</pubDate><guid>https://sourceforge.netfd43c1c3fe857dc401747af3fa1d071360a43442</guid></item></channel></rss>