IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24349


Ignore:
Timestamp:
Jun 5, 2009, 5:02:49 PM (17 years ago)
Author:
jhoblitt
Message:

add validated keys to the cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Nebulous/Server.pm

    r24347 r24349  
    19261926    if (defined $ext_id) {
    19271927        $log->debug( "key found in db" );
     1928        # add key to cache
     1929        $self->cache->set(id => $key->path, value => 1);
     1930        $log->debug( "key added to cache" );
    19281931        $log->debug( "leaving" );
    19291932        return 1;
Note: See TracChangeset for help on using the changeset viewer.