33 lines
1.6 KiB
HTML
33 lines
1.6 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>JNDI caching</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h5><a name="jndicache"></a>JNDI caching</h5>
|
||
|
|
||
|
<p>In WebSphere Application Server - Express, Java Naming and Directory Interface (JNDI) context objects use caching to improve the performance of JNDI lookup operations. Objects that have been bound and looked up are cached to speed up subsequent lookups for those objects. Objects are cached as they are bound or initially looked up. JNDI clients should typically be able to use the default cache behavior.</p>
|
||
|
|
||
|
<p>These sections describe cache behavior and how JNDI clients can override default cache behavior when necessary.</p>
|
||
|
|
||
|
<blockquote>
|
||
|
<p><strong><a href="jndicchb.htm">JNDI cache behavior</a></strong>
|
||
|
<br>This topic discusses how caches interact with initial contexts, and how this association affects lookup operations performed for cached objects.</p>
|
||
|
|
||
|
<p><strong><a href="jndicchp.htm">JNDI cache properties</a></strong>
|
||
|
<br>This topic discusses the ways in which you can control cache behavior by setting the properties for a cache.</p>
|
||
|
|
||
|
<p><strong><a href="jndicchx.htm">JNDI coding examples</a></strong>
|
||
|
<br>This topic illustrates how cache properties are set by giving Java code examples that control cache behavior.</p>
|
||
|
</blockquote>
|
||
|
|
||
|
</body>
|
||
|
</html>
|