Package com.volantis.mcs.runtime.cache

Examples of com.volantis.mcs.runtime.cache.CacheManager


     * which clears the renderedPageCache
     */
    protected void initVolantis() {
        Volantis volantis = ApplicationInternals.getVolantisBean(application);
        // allow the cache to be flushed from the volantis bean.
        volantis.setRenderedPageCacheManager(new CacheManager() {
            public void flushCache() {
                renderedPageCache.clear();
            }
        });
    }
View Full Code Here

TOP

Related Classes of com.volantis.mcs.runtime.cache.CacheManager

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.