Skip to content

Commit

Permalink
fix(cache) missed setting stat collection, adding back
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell committed Dec 12, 2024
1 parent 01d2b24 commit c6518c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotCMS/src/main/java/com/dotcms/cache/DynamicTTLCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public long expireAfterRead(K key, CacheValue value, long currentTime, long curr
return currentDuration;
}
})
.recordStats()
.maximumSize(maxCapacity)
.build();
}
Expand Down

0 comments on commit c6518c1

Please sign in to comment.