Ticket #920 (closed task: fixed)

Opened 9 months ago

Last modified 9 months ago

Convert use of old TemporaryCache to EhCache.

Reported by: amit Assigned to: pradeep
Priority: high Milestone: 0.9.0
Component: topaz Version: 0.9-SNAPSHOT
Keywords: ehcache search Cc:
Blocking: Blocked By:

Description (Last modified by amit)

SearchService? is making use of an internal cache object that needs to be migrated to Ehcache. This was discovered while working on changing the scope of session beans.

Dependency Graph

Change History

04/23/08 18:44:59 changed by amit

  • description changed.

Fix spelling mistake.

04/23/08 18:50:09 changed by pradeep

  • status changed from new to assigned.

04/24/08 12:32:08 changed by pradeep

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [5524]) Replace TemporaryCache? with Ehcache (for search results). Closes #920