<div class="content"><p>The ReadCacheA_Call structure is used to obtain the card and
reader information from the cache.</p><dl>
<dd>
<div><pre> typedef struct _ReadCacheA_Call {
   [string] char* szLookupName;
   ReadCache_Common Common;
 } ReadCacheA_Call;
</pre></div>
</dd></dl><p><b>szLookupName:</b>  An <a href="d361b24c-611e-46c5-9ac6-93cb6490a472#gt_79fa85ca-ac61-467c-b819-e97dc1a7a599" data-linktype="relative-path">ASCII</a> string containing the
lookup name.</p><p><b>Common:</b>  Additional parameters for
the Read Cache call (for additional information, see section <a href="e3339457-7699-4cfb-a3ef-6eed3e849350" data-linktype="relative-path">3.1.4.42</a>), as specified in
section <a href="3f9e07fa-66e2-498b-920c-39531709116b" data-linktype="relative-path">2.2.1.9</a>.</p></div>