9 Replies Latest reply on Dec 18, 2005 10:40 PM by ben.wang

    Refresh Policy implementation.

    incivinci

      Hi,

      Does TreeCache provide implementation for refresh policy for a cached object in TreeCache?

      Each cached object can adopt a different time expiration strategy to check its staleness like if current time in millis is greater than (time of creation or last update of the cached object in millis + time to live in millis) will mark the object as stale.

      While fetching the data from the cache, it can check for the staleness based on the policy.

      Regards,
      Vineet.