• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

For Ehcache interface, currently there is new service: loadAll(java.util.Collection keys, java.lang.Object argument)

If we want preload for this cache, and we probably don’t know all the keys at the system startup time. We may want to have new interface: loadAll() or modify the existing loadAll service implementation to pass the null keys all the way down to the user defined CacheLoader class.

There is workaround for now though by calling: loadAll(new Linkedlist(), null) but looks like a hack to the Ehcache class.
Sourceforge Ticket ID: 1795131 - Opened By: twu8 - 14 Sep 2007 20:15 UTC

Comments

Sourceforge Tracker 2009-09-21

Logged In: YES user_id=693320 Originator: NO

Hi

Ehcache merely implements the JCACHE spec on this one. I have noted this down to add it to the JCACHE spec. When that is done we can implement it here. In the meantime I have closed this as a feature request against ehcache. Comment by: gregluck - 2 May 2008 23:02 UTC

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira