Mantis - Quercus
Viewing Issue Advanced Details
2496 minor always 03-05-08 21:28 03-06-08 18:11
pablorg  
nam  
normal  
closed 3.1.5  
fixed  
none    
none 3.1.6  
0002496: Memcache missing delete (and other) methods
It could be added w/this change to Memcache.java

  public boolean delete(Env env,
                     String key,
                     @Optional("1") int timeout)
  {
    _cache.remove(key);

    return true;
  }

Notes
(0002835)
nam   
03-06-08 18:11   
php/1r08