Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7677619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T17:27:47+00:00 2026-05-31T17:27:47+00:00

I am using ehcache-spring-annotations to cache the List returned from a service method: @Cacheable(cacheName

  • 0

I am using ehcache-spring-annotations to cache the List returned from a service method:

@Cacheable(cacheName = "categoriesCache")
public List<Category> findAllCategories()

Then later in my JSP, I iterate though the list of Category parent objects to get a list of Subcategories children.

   <c:forEach var="subcategory" items="${category.subcategories}">

Is there a configuration setting I could use to also have the subcategories (children) be cached by default? I suppose, I could create a new service method getSubcategories(CategoryID) and set that as @Cacheable. Then instead of calling the category.subcategories , I could call the new method.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T17:27:49+00:00Added an answer on May 31, 2026 at 5:27 pm

    Are you actually getting an error for the jsp call?

    The way caching usually works is that every Category object in the List will be cached. If these objects have attributes they will be cached as well (as part of the Category object in the key-object cache). As long as findAllCategories() returns the children as part of Category, they should be cached as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Spring 3.1 Cache using EhCache currently to implement method caching. Consider
BAckground: I'm using ehcache as a cache implementation in a Spring 3.1 application. I'm
I am using ehCache to store larges amount of data. This cache is accessed
We are using EHCache with CF 8 to cache stuff on a central server
Is there a difference between using Ehcache as Hibernate's second-level cache provider and distributing
I currently have a distributed cache using EHCache via RMI that works just fine.
when using ehcache rather than defining statement like <cache name=testonly.package.model.TestPOJOcategory maxElementsInMemory=200 eternal=true overflowToDisk=false timeToIdleSeconds=300
I'm using Spring 3.1 and I want to use the new cache features. Then,
I am doing to a proof of concept using ehcache as the cache provider.
I am using the EhCache's decorator SelfPopulatingCache and have an issue when the cache

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.