setCache() 공개 메소드

public setCache ( int maxEntries ) : void
maxEntries int
리턴 void
예제 #1
0
 static ExpressionHandler()
 {
     jexl = new JadeJexlEngine();
     jexl.setCache(MAX_ENTRIES);
 }
예제 #2
0
 public static void setCache(bool cache)
 {
     jexl.setCache(cache ? MAX_ENTRIES : 0);
 }
예제 #3
0
 static ExpressionHandler()
 {
     jexl = new JadeJexlEngine();
     jexl.setCache(MAX_ENTRIES);
 }