Changing the Active or Default Content Repository Connection Using WLST

11-44 Oracle Fusion Middleware Administrators Guide for Oracle WebCenter expiry-delay1hexpiry-delay high-units100high-units local-scheme -- class-scheme scheme-nameContentDisabledCachesscheme-name class-namecom.tangosol.util.NullImplementationNullMapclass-name class-scheme -- caching-schemes cache-config Table 11–9 Cache Entries in content-coherence-cache-config.xml Cache Entry Name Description repo.ucm.nodeUidCache . Stores a list of nodes for a repository based on an ID. The size of this cache entry depends upon the number of nodes in the active repository. This cache expires based on when the node data is refreshed and how many times the data is modified from another application. Key - Node UID - String Value - A UCM Node object repo.ucm.nodePathToUi dCache. Stores a list of nodes for a repository based on a path. The size of this cache depends upon the number of nodes in the active repository. This cache entry expires based on when the node data is refreshed and how many times the data is modified from another application. The size and expiration time must be the same as that of nodeUidCache. Key - Node path - String Value - Node UID - String repo.ucm.securityInfo Cache. Stores cached security information for a node. The size of this cache depends upon the number of nodes in the repository. This cache expires based on the frequency of node security data updates. Key - Node UID - String Value - Security information for a node repo.ucm.typeNameCach e. Caches Content Type information. The size of this cache depends upon the number of types in the repository. This cache expires based on when the type information is refreshed and how many times the types are modified from another application. Key - Content Type UID - String Value - A ContentType object repo.ucm.typeNamesCac he. Caches all the type names known to UCM. All type names are cached together one key, and thus all expire at the same time. This cache expires based on the frequency of new types being created or removed. Key - There is only one key to this cache: typeNames Value - An ArrayListString of the type names Managing Content Repositories 11-45 binaryCache. Caches binary property data. Only binaries that are smaller than the repository configuration property BinaryCacheMaxEntrySize are cached. The size of this cache either depends on the number and frequency of the smaller binary properties smaller than the BinaryCacheMaxEntrySize setting usage, or it is based on the total amount of memory to be used for binary caches. This cache expires based on when the binary data is refreshed and how many times this data is modified from another application. Key - The Node UID and binary Property UID nodeUid.propUid - String Value - The binary stream data - byte[] repo.ucm.searchCriter iaCache. Caches a set of search query to parameters based on the UCM search grammar. The size of this cache depends upon the number of unique searches expected to be repeatedly performed. The expiration must be set to eventually expire unused searches and save on the cache memory. Key - A set of search query parameters. Value - A set of search query parameters, in UCM terms. repo.ucm.indexedField sCache. Holds the indexed searchable system properties for the repository. There are three keys in this cache: ■ indexedFields holds all UCM indexed fields. ■ indexedFolderProps holds indexed system properties for folders. ■ indexedDocProps holds indexed system properties for documents. This cache expires based on the frequency of the indexed fields changes. Key - String Value - MapString,Boolean holds a key for each indexed property name, and a boolean indicating if that property is also sortable. repo.ucm.securityUser Cache. Caches the mapping between local user names current application and the name of the same user in UCM. The size of this cache depends upon the number of simultaneous andor frequent users. This cache expires based on the frequency of user identity mapping updates. Key - Local user Id - String Value - UCM user Id - String Table 11–9 Cont. Cache Entries in content-coherence-cache-config.xml Cache Entry Name Description