HomeSort by relevance Sort by last modified time
    Searched refs:getLoadPathCacheSize (Results 1 - 2 of 2) sorted by null

  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 70 if (this.options.getLoadPathCacheSize() == 0) {
73 this.loadPathCache = new LoadPathToFileCache(this.options.getLoadPathCacheSize());
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 83 public int getLoadPathCacheSize() {

Completed in 246 milliseconds