MemCache.decr

  1. bool decr(const(void)[][] key, uint value)
  2. bool decr(const(void)[][] key, uint value, uint result)
    class MemCache
    final
    bool
    decr
    (
    const(void)[][] key
    ,
    uint value
    ,
    ref uint result
    )

Meta