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 6821947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:36:17+00:00 2026-05-26T21:36:17+00:00

Image making a Spring service, in the following manner: +——–+ +———+ +———+ |Backend |

  • 0

Image making a Spring service, in the following manner:

+--------+           +---------+             +---------+
|Backend | --------- | My      | ----------- | Clients |
|service |           | service |             |         |
+--------+           +---------+             +---------+

In order not to make too much requests to the backend, I use Ehcache.
Imagine that my service is a sports portal, and I cache the results so that when a client requests them, I return the cache, if there’s no cache, I fetch the info from backend, put it in cache, and then return it to the client.

Now, If I have these parameters set

long timeToLiveSeconds
long timeToIdleSeconds

and the clients make requests too often, the timeToIdleSeconds won’t expire, but the timeToLiveSeconds will expire anyway and the element will be removed from the cache in which I’ve put it, right?

  • 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-26T21:36:18+00:00Added an answer on May 26, 2026 at 9:36 pm

    Yes, you are right.

    For example:

    timeToIdleSeconds = 30: if the cached object was not requested during that 30 seconds, it expires => last access time counts

    timeToLiveSeconds = 60: after 60 seconds the cached object will expire – no matter how often it was requested or requested at all => creation time counts

    From the docs (older version 1.4):

    timeToIdleSeconds:
    Sets the time to idle for an element before it expires.
    i.e. The maximum amount of time between accesses before an element expires
    Is only used if the element is not eternal.
    Optional attribute. A value of 0 means that an Element can idle for infinity.
    The default value is 0.

    timeToLiveSeconds:
    Sets the time to live for an element before it expires.
    i.e. The maximum time between creation time and when an element expires.
    Is only used if the element is not eternal.
    Optional attribute. A value of 0 means that and Element can live for infinity.
    The default value is 0.

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

Sidebar

Related Questions

I'm making a simple Image Debugger Visualizer. Code is below. I'm not sure if
I have Web service for making BarcodeImage. It return Image in form of property
I'm making a web service that transmits an image file to a client. For
I'm making an image viewer using openGL and I've run into a situation where
How do I go about making an image or section of the page full
I'm making a PHP image script that will create circles at a given radius.
I am making an application that does some custom image processing. The program will
I am making a photo gallery script that involves displaying an image in a
Is there a trick to making 9patch images with single pixel borders? I'm not
I'm making a image website with a bunch of images on the website, and

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.