Package org.apache.cocoon.caching

Examples of org.apache.cocoon.caching.NOPCacheValidity


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

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


     *
     * @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

Related Classes of org.apache.cocoon.caching.NOPCacheValidity

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.