libcache-memcached-managed-perl 0.26-1 source package in Ubuntu

Changelog

libcache-memcached-managed-perl (0.26-1) unstable; urgency=medium

  * New upstream version 0.26
  * d/patches:
    - Drop patch spelling-error-in-manpage (applied upstream)

 -- Nick Morrott <email address hidden>  Wed, 20 Nov 2019 10:10:42 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcache-memcached-managed-perl_0.26-1.dsc 2.3 KiB 1b3dfe459f534813ddb62c347c8426b169ff15fae954017e36cd845ea5227b0e
libcache-memcached-managed-perl_0.26.orig.tar.gz 41.9 KiB 9f44ac0e9d22e1c32e5a7c03d3a2b293d68b85b967c3e7c2c089d00ec37821c0
libcache-memcached-managed-perl_0.26-1.debian.tar.xz 2.9 KiB 76f9a52e5eb3af4cc73c8d563613becdbf8366cb1bd6ee2e4ae536940b184210

Available diffs

No changes file available.

Binary packages built by this source

libcache-memcached-managed-perl: API for managing cached information

 The Cache::Memcached::Managed module provides an API to values, cached in
 one or more memcached servers. Apart from being very similar to the API
 of Cache::Memcached, the Cached::Memcached::Managed API allows for
 management of groups of values, for simplified key generation and expiration,
 as well as version and namespace management and a few other goodies.
 .
 Over the functionality provided by the Cache::Memcached module, this module
 provides: automatic key generation, ID refinement, version management,
 namespace support, group management, easy (default) expiration specification,
 automatic fork() detection, magical increment, instant invalidation,
 dead memcached server detection, starting/stopping memcached servers and an
 extensive test-suite.
 .
 The basic premise is that each piece of information that is to be cached,
 can be identified by a key, an optional ID, a version and a namespace.
 The key determines the basic identification of the value to be cached.
 The ID specifies a refinement on the basic identification. The version
 ensures that differently formatted values with the same key and ID do not
 interfere with each other. The namespace ensures that different realms
 of information (for instance, for different users) do not interfere with each
 other.