Changeset 24350 for trunk/Nebulous-Server/lib/Nebulous/Server.pm
- Timestamp:
- Jun 5, 2009, 5:30:35 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/lib/Nebulous/Server.pm
r24349 r24350 64 64 $self->config($config); 65 65 $self->cache(Cache::Memcached::Managed->new($config->memcached)); 66 # cause a db session to be started 67 $self->_db_for_index(0); 68 66 69 $log->debug( "leaving" ); 67 70 … … 312 315 last; 313 316 } 317 318 # add new key to the cache 319 $self->cache->set(id => $key->path, value => 1); 320 $log->debug( "key added to cache" ); 314 321 315 322 $log->debug("leaving");
Note:
See TracChangeset
for help on using the changeset viewer.
