The document provides details about a proposed intelligent client-side web caching scheme that uses a neuro-fuzzy system. The scheme divides the web cache into a short-term cache and long-term cache. Objects are initially stored in the short-term cache. Objects visited more than a threshold are moved to the long-term cache, while other objects are removed using LRU. When the long-term cache is full, a neuro-fuzzy system classifies objects as cacheable or uncacheable, and removes the old uncacheable objects to make space. The approach aims to improve cache performance by reducing cache pollution through intelligent object replacement.