• Patch
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache-core
  • Reporter: cedrik
  • October 18, 2009
  • 0
  • Watchers: 2
  • January 15, 2010
  • December 02, 2009

Description

Since Ehcache depends on Java 5, we can now use java.util.UUID when java.rmi.server.UID is not available (e.g. Google AppEngine). This is better than using System.currentTimeMillis().

Or maybe ditch UID entirely and have 1 code for all environments?

Comments