Searched refs:KB (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/appserv/util/cache/
H A DConstants.java55 // maxSize specified in bytes, KB or MB
56 public final static int KB = 1024; field in class:Constants
57 public final static int MB = (KB * KB);
H A DBoundedMultiLruCache.java81 // look for 200KB or 80Kb or 1MB or 2Mb like suffixes
82 if ((index = prop.indexOf("KB")) != -1) {
83 multiplier = Constants.KB;
210 // cache size in KB

Completed in 12 milliseconds