Package com.hlcl.rql.util.as

Examples of com.hlcl.rql.util.as.PageCache


    super();
   
    this.project = project;
   
    // initialize
    letterPagesCache = new PageCache(project);
    termPagesCache = new PageCache(project);
  }
View Full Code Here

TOP

Related Classes of com.hlcl.rql.util.as.PageCache

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.