|
Content Management Guide |
This chapter describes caching in the Content Management subsystem and includes these topics:
Several Content Management elements are cached by default while a Director application is running. Caching can increase the efficiency of an application, because the application makes fewer SQL queries of the database.
For most of these elements, you can configure your Director EAR to override the default settings for caching.
NOTE If you make any changes to the caching settings, you must redeploy your Director EAR before the changes will take effect.
The table below provides the following information on caching behavior for several elements of documents in the Content Management subsystem:
Content Management API object nameThe com.sssw.cm.api interface name that corresponds to the Content Management element
Content Management cache holder usedThe name of the cache holder used for the element
Default behaviorThe default caching behavior for the element
Setting in the Content Management config.xml fileThe setting to change to alter the default behavior
TIP Settings that can be changed in the Content Managementconfig.xml file can also be changed in the Director EAR Configuration tool.
|
Element |
CM API object name |
CM cache holder used |
Default |
Setting in CM config.xml |
|---|---|---|---|---|
Caching of folders, categories, and document metadata
About document content and versions Document contents and versions of document content are not cached, because some cached content might require excessively large amounts of memory.
You can also control the caching process on the Cache tab of the Configuration section of the PAC. For example, you can flush a single cache or all caches at once. This can be helpful when you are doing diagnostic work on a running Director application.
For more information on controlling caching in the PAC, see the discussion of the Cache tab in the Core Development Guide.
|
Content Management Guide |
Copyright © 2002, SilverStream Software, Inc. All rights reserved.