AW: [OJB-developers] Cache Implementations
Brought to you by:
thma
From: Mahler T. <tho...@it...> - 2001-11-12 13:46:41
|
Hi Rainer, =20 thanks for your code, =20 I will have a look at it and include it in the ditribution. =20 cheers, =20 Thomas -----Urspr=FCngliche Nachricht----- Von: Bischof, Rainer [mailto:rai...@ed...] Gesendet: Montag, 12. November 2001 11:11 An: objectbridge Betreff: [OJB-developers] Cache Implementations All, =20 please find attached two implementations of the ObjectCache: =20 MetaObjectCacheImpl is a cache which allows the developer to configure separate cache implementations for different classes / inheritance = trees. =20 PermanentObjectCacheImpl is a cache that never automatically removes = objects from the cache, regardless of memory consumption, time, etc. This is = useful in conjunction with the MetaObjectCacheImpl if you have objects of a = certain type which are few in number but very expensive to re-create from the DB.That way you can be sure to have them in cache all time. =20 Thomas, please have a look and feel free to do with it whatever you like. =20 Cheers Rainer =20 =20 |