Comment
GTSPerformance
Tera Guru
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
02-06-2024
10:56 AM
@ArjunBasnet Thanks! We've updated the article to include a note about ScopedCacheManager. We haven't used this method ourselves, but a very similar feature has been available inside ServiceNow's java layer for a long time and we are familiar with it. It is a good addition to any developer's arsenal of caching methods. As with any caching method, be aware that ScopedCacheManager puts pressure on Java's heap memory and, therefore, carries risks and tradeoffs to system performance and scalability.