ObjStore::AppInstance - helper class for interactive tools


ObjStore documentation  | view source Contained in the ObjStore distribution.

Index


NAME

Top

  ObjStore::AppInstance - helper class for interactive tools

SYNOPSIS

Top

  use ObjStore::AppInstance;

  my $app = ObjStore::AppInstance->new('posh', scalar(getpwuid($>)));

  my $hash = $app->top();   # fetch the top level hash for this key

  $app->modified();         # set the modification time

  $app->prune($oldest);     # delete instances older than $oldest

DESCRIPTION

Top

I'm not sure if this will be depreciated...


ObjStore documentation  | view source Contained in the ObjStore distribution.