| Data-Valve documentation | view source | Contained in the Data-Valve distribution. |
Data::Valve::BucketStore::Object - Basic Object Storage
my $store = Data::Valve::BucketStore::Object->new(
store => $object,
);
This storage type only needs an object which supports a get()/set() methods
| Data-Valve documentation | view source | Contained in the Data-Valve distribution. |