GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Jifty::CAS::Blob(3) User Contributed Perl Documentation Jifty::CAS::Blob(3)

Jifty::CAS::Blob - An object in Jifty's content-addressed store

  my $blob = Jifty::CAS->retrieve('js', $key);
  my $content = $blob->content;
  my $meta = $blob->metadata;
  my $key = $blob->key;

Objects in the content-addressed store can have arbitrary metadata associated with them, in addition to storing their contents.

Takes a HASHREF, with possible keys "content" and "metadata", and creates a new object. Possible special keys in the metadata include:
hash_with
Provides the data to hash to generate the address. If no "hash_with" is provided, the content itself is hashed.

Returns the content of the blob.

Returns a hashref of metadata.

Returns the key calculated for this content.
2013-01-29 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.