[jboss-dev-forums] [Design the new POJO MicroContainer] - JBMDR-1; LRU cache impl
alesj
do-not-reply at jboss.com
Wed Jul 2 09:37:01 EDT 2008
I started hacking on JBMDR-1:
- http://jira.jboss.com/jira/browse/JBMDR-1
In order not to re-invent the wheel, is there some LRU cache impl present 'near' by?
OK, I know JBossCache has LRU eviction policy, but this would mean dragging whole JBC into bootstrap.
What about this idea:
- for the bootstrap phase we have some simple (lru) cache
- once jbc is present, we switch to jbc's lru
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162067#4162067
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162067
More information about the jboss-dev-forums
mailing list