Data::Valve::BucketStore::Object - Basic Object Storage


Data-Valve documentation  | view source Contained in the Data-Valve distribution.

Index


NAME

Top

Data::Valve::BucketStore::Object - Basic Object Storage

SYNOPSIS

Top

  my $store = Data::Valve::BucketStore::Object->new(
    store => $object,
  );

DESCRIPTION

Top

This storage type only needs an object which supports a get()/set() methods

METHODS

Top

fill

reset

try_push


Data-Valve documentation  | view source Contained in the Data-Valve distribution.