Package com.volantis.xml.pipeline.sax.drivers.web

Examples of com.volantis.xml.pipeline.sax.drivers.web.HTTPCache


     * @return 0 as it always succeeds. Note that the cache may not be empty
     * after the flush has completed if concurrent requests cause new entries
     * to be inserted as the flush is proceeding.
     */
    public HTTPCache getHTTPCache() {
        return new HTTPCache() {
            public int flushCache(String filterPattern) {
                if (logger.isDebugEnabled()) {
                    logger.debug("Flushing the entire cache.");
                }
                cache.getRootGroup().flush(null);
View Full Code Here

TOP

Related Classes of com.volantis.xml.pipeline.sax.drivers.web.HTTPCache

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.