Project:
View Revisions: Issue #48873 | [ Back to Issue ] | ||
Summary | 0048873: A new API should be provided to allow creating Time Invalidated Caches | ||
Revision | 2022-04-20 09:36 by cberner | ||
Description | For a couple new developments a requirement is a Time Invalidated Cache in Java, to allow caching several key/values lazily in backend and expire them after a period of time. A technical design is provided here: https://docs.google.com/document/d/1t5dRZbudoNyd1KxLibBp25TCdSRqMs43pC_0MQNpEjU/edit#heading=h.zd8s6v96k4ev [^] A new library will be used in this part: https://github.com/ben-manes/caffeine [^] Wiki page explaining how it works is provided here: http://wiki.openbravo.com/wiki/Time_Invalidated_Cache [^] |
||
Revision | 2022-04-04 13:26 by cberner | ||
Description | For a couple new developments a requirement is a Time Invalidated Cache in Java, to allow caching several key/values lazily in backend and expire them after a period of time. A technical design is provided here: https://docs.google.com/document/d/1t5dRZbudoNyd1KxLibBp25TCdSRqMs43pC_0MQNpEjU/edit#heading=h.zd8s6v96k4ev [^] A new library will be used in this part: https://github.com/ben-manes/caffeine [^] |
Copyright © 2000 - 2009 MantisBT Group |