Challenge Overview
This contest is to develop an upgrade to an existing component which is used to cache serializable Java objects both in heap memory and in a persistent database (if no more heap memory is available, based on configured max in-memory space available). This upgrade will add the ability to set an expiration timestamp on each object added to the cache, whereas the existing implementation serves objects out of the cache until removed or the associated cache set is cleared.
Final Submission Guidelines
NA