This component is an LRU cache that maps repository search queries to the repository item IDs of the query results.

Property

Description

$class

Class name

Default: atg.service.cache.Cache

cacheAdapter

The Nucleus address of the adapter that knows how to get objects not found in the cache

Default: /atg/adapter/ldap/LDAPQueryCacheAdapter

maximumEntryLifetime

The maximum time in milliseconds an entry lives in the cache.

 0: Cache nothing, always get objects from the cacheAdapter
-1: Cache entries never expire

Default: -1

maximumCacheEntries

The maximum number of entries in the cache.

 0: Cache nothing, always get objects from the cacheAdapter
-1: Unlimited

Default: 1000


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices