This component is an LRU cache that maps repository item IDs to persistent repository items.

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/LDAPItemCacheAdapter

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: 500


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