com.filenet.api.core
Class Factory.MetadataCache

java.lang.Object
  extended by com.filenet.api.core.Factory.MetadataCache
Enclosing class:
Factory

public static class Factory.MetadataCache
extends java.lang.Object


Method Summary
static MetadataCache getDefaultInstance()
          Returns the default metadata cache for use by a client application.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultInstance

public static MetadataCache getDefaultInstance()
Returns the default metadata cache for use by a client application. Only a single, default metadata cache is available for a given server connection. This cache is also used internally.

Returns:
A MetadataCache object.


© Copyright IBM Corporation 2006, 2008. All rights reserved.