-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.2_03
-
x86
-
linux_redhat_9.0
Introduce FileHashMap with signature like:
FileHashMap(File, Convertor, Policy)
where:
File points to client provided file used as storage
Convertor has two methods byte[] toBytes(Object) and Object fromBytes(byte[])
Policy is one of Policy,MRU(int), Policy.GC(weakrefs|softrefs|timedrefs)
###@###.### 2004-03-04
FileHashMap(File, Convertor, Policy)
where:
File points to client provided file used as storage
Convertor has two methods byte[] toBytes(Object) and Object fromBytes(byte[])
Policy is one of Policy,MRU(int), Policy.GC(weakrefs|softrefs|timedrefs)
###@###.### 2004-03-04