IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24384


Ignore:
Timestamp:
Jun 12, 2009, 10:57:34 AM (17 years ago)
Author:
jhoblitt
Message:

modify find_objects() to inject keys into the valid key cache

File:
1 edited

Legend:

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

    r24372 r24384  
    13621362    $log->logdie("no keys found") unless ( scalar @keys );
    13631363
     1364    if (defined $self->cache) {
     1365        foreach my $path (@keys) {
     1366            $self->cache->set($path, 1);
     1367                $log->debug("key added to cache as: $path");
     1368        }
     1369    }
     1370
    13641371    $log->debug( "leaving" );
    13651372
Note: See TracChangeset for help on using the changeset viewer.