Examples of NOPCacheValidity


Examples of org.apache.cocoon.caching.NOPCacheValidity

  public long generateKey() {
    return (1);
  }

  public CacheValidity generateValidity() {
    return (new NOPCacheValidity());
  }
View Full Code Here

Examples of org.apache.cocoon.caching.NOPCacheValidity

     *
     * @return An "always valid" CacheValidity object. This transformer has no
     * inputs other than the incoming SAX events.
     */
    public CacheValidity generateValidity() {
        return new NOPCacheValidity();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.