> Hello, > > http://projects.unbit.it/uwsgi/wiki/CachingFramework > Has anyone use "expires" in uwsgi caching? Does it work for you? > > I don't know if I'm doing something wrong, because it does not work for > me. > I used "# of seconds to expire" in that func call. Then decided to > check source and truly do not see that it's being used in cache.c file > on reading stage. > >
The expired items are managed by the cache-sweeper thread. If you do not see it on startup, no expire will be performed (it is started by default when you enable caching). Obviously i am referring to 1.2.x -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
