a first stab at a memory resident MRU cache. very untested, just checking it in if...
authorjohn <john>
Thu, 17 Apr 2003 22:33:50 +0000 (22:33 +0000)
committerjohn <john>
Thu, 17 Apr 2003 22:33:50 +0000 (22:33 +0000)
commit8158dae8f0e5aeb0d4fb3382bb4cbd5d0fe06b5a
tree9eb6203647ab287585e58c4fc619ec720e149b37
parent83b0dd4c8ba607a88529301a2029438ad8a4844a
a first stab at a memory resident MRU cache. very untested, just checking it in if anyone wants to have a
look at the way i'm planning on doing it.
source/mircoders/global/CacheKey.java [new file with mode: 0755]
source/mircoders/global/MRUCache.java [new file with mode: 0755]
source/mircoders/global/MirGlobal.java