On Tue, 16 Sep 2003, Gordan wrote: > 3) Is probabalistic caching is used to amplify specialisation? From > previous discussion, I seem to remember it being said that a node will > cache everything until the space runs out, at which point it will start > to drop data using "probabalistic caching".
It drops data using a least-recently-used algorithm. When something needs to be dropped from the datastore, it will be whatever was called longest ago. Probabilistic caching only affects what gets *added* to the datastore. -todd _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
