Skip to content
  • Dmitry Chestnykh's avatar
    captcha: remove Collect method. · c5afad97
    Dmitry Chestnykh authored
    Garbage collection is an internal detail of a Store, and requiring to
    export this method seem to be not very useful.
    
    The default memory store, of course, still has garbage collection, but
    it's not the unexported method, called in Set as usual.
    c5afad97