Ejemplo n.º 1
0
 public bool add(Object key, Cacheable clientObject)
 {
     return(this.add(key, clientObject, clientObject.getSizeInBytes()));
 }