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

Property

Description

Default Value

$class

class name

atg.service.cache.Cache

cacheAdapter

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

/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

-1

maximumCacheEntries

The maximum number of entries in the cache.

0 = cache nothing, always get objects from the cacheAdapter
-1 = unlimited

500

 
loading table of contents...