I'm trying to simulate a directly mapped cache in java. Any ideas on which data structure to use to

Posted by bananamana on Stack Overflow See other posts from Stack Overflow or by bananamana
Published on 2010-05-05T01:22:01Z Indexed on 2010/05/05 1:28 UTC
Read the original article Hit count: 159

Filed under:
|
|

I'm trying to simulate a directly mapped cache in java. Any ideas on which data structure to use to represent the cache?

© Stack Overflow or respective owner

Related posts about java

Related posts about cache