﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3289	[PATCH] cache.wmsplugin.expire and cache.wmsplugin.maxsize are not honored?	alexm	xeen	"It looks to me, that the settings are not in effect.

After commenting to lines out, it seems to work as expected:

WMSPlugin.java


    public WMSPlugin() {
        refreshMenu();
//        cache.setExpire(cache.EXPIRE_MONTHLY, false);
//        cache.setMaxSize(70, false);
    }
"	defect	closed	normal		Core imagery		fixed		
