01: package org.enhydra.jdbc.util; 02: 03: public class RequestCacheProxy { 04: 05: public RequestCacheProxy() { 06: } 07: 08: public void reset() { 09: RequestCache.getInstance().reset(); 10: } 11: 12: }