Package org.apache.roller.weblogger.util.cache

Examples of org.apache.roller.weblogger.util.cache.ExpiringCacheEntry


            if (lastModified == null) {
                lastModified = new Date();
                log.warn("Can't get lastUpdate time, using current time instead");
            }
           
            this.lastUpdateTime = new ExpiringCacheEntry(lastModified, this.timeout);
        }
       
        return lastModified;
    }
View Full Code Here

TOP

Related Classes of org.apache.roller.weblogger.util.cache.ExpiringCacheEntry

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.