Skip to content

Commit

Permalink
Updates to provide a service for reviewing the number of objects cach…
Browse files Browse the repository at this point in the history
…ed in EhCache including shallow and deep sizes from the largest object per cache.
  • Loading branch information
dxasupport committed Nov 8, 2024
1 parent 43c13a2 commit a16664d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dxa-webapp/src/main/resources/dxa.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ spring.profiles.include=
# Values: [defaultCache (not specific usage), pages, entities, sitemaps, model-service (requests to MS), failures (exceptions), output (HTML output)]
dxa.caching.required.caches=defaultCache, failures

# Enables a service that supports reviewing the number of objects cached in EhCache including shallow and deep sizes from the largest cached object per cache definition.
# This solution supports the review of the cache settings such as the maximum number of entries permitted
# The recommendation is to only enable this property in a Staging setup
dxa.caching.statistics.enabled=false

### ===================================================================================================================
### Model Service client configuration
### ===================================================================================================================
Expand Down

0 comments on commit a16664d

Please sign in to comment.