User:AnomieBOT/source/AnomieBOT/API/Cache/Memcached.pm: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Updating published sources: AnomieBOT::API: * Add support for non-persistent caching (i.e. memcached). d::IWNS, d::Nowiki, d::Redirects, d::WikiProjectTagging: * Use new cache support instead of caching things in memory. FlagIconRemover, IFDCloser, Nob...
 
AnomieBOT (talk | contribs)
Updating published sources: SourceUploader/WikiPod.pm: * Direct section 3perl links to perldoc. AnomieBOT::API::Cache, AnomieBOT::API::Cache::Memcached: * Fix docs.
Line 422:
 
Encodes a Perl data value into binary. C<$value> may be a scalar or anything
accepted by L<Storable::freeze()|Storable(3perl)/MEMORY-STORE>.
 
Returns the binary data and flags on success, or undef on error.