Remove an entry from proxy cache

Igor Sysoev igor at sysoev.ru
Thu Aug 4 15:08:24 UTC 2011


On Thu, Aug 04, 2011 at 03:27:46PM +0300, Calin Don wrote:
> Thanks for the clarification. Is there a reason why cache purge module
> was not merged with the upstream version of nginx, since it would be
> very nice to have a way of purging cache items.

Sometime ago I tried to implement the similar functionality in core nginx,
but found some issues. Probably I will back to this again soon.

> On Thu, Aug 4, 2011 at 13:51, Igor Sysoev <igor at sysoev.ru> wrote:
> > On Thu, Aug 04, 2011 at 01:13:35PM +0300, Calin Don wrote:
> >> Hi, to remove an entry from proxy cache is enough just to delete the cached
> >> file or you need to do something else.
> >
> > Yes, simple deleting works except
> > 1) you will get error message in log, harmless though,
> > 2) and if you limit cache size using max_size the deleted file
> >   will be accounted as existant.
> >
> >> If simply deleting works, is there
> >> any point then of compiling nginx with cache purge module?
> >
> > It allows to delete remotely and handles cache size properly.


-- 
Igor Sysoev



More information about the nginx mailing list