< Home - < Back

python-dogpile-cache


Information about the package, python-dogpile-cache, which is shipped with common Linux distributions. The python-dogpile-cache package is designed for, A caching front-end based on the Dogpile lock.


Package Name:

python-dogpile-cache

Summary:

A caching front-end based on the Dogpile lock

Description:

A caching API built around the concept of a "dogpile lock", which allows continued access to an expiring data value while a single thread generates a new value. dogpile.cache builds on the `dogpile.core <http://pypi.python.org/pypi/dogpile.core>`_ locking system, which implements the idea of "allow one creator to write while others read" in the abstract. Overall, dogpile.cache is intended as a replacement to the `Beaker <http://beaker.groovie.org>`_ caching system, the internals of which are written by the same author. All the ideas of Beaker which "work" are re-implemented in dogpile.cache in a more efficient and succinct manner, and all the cruft (Beaker's internals were first written in 2005) relegated to the trash heap.

Architecture:

noarch

Version:

0.5.5

Release:

1.el6

Size:

59 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-dogpile-cache


Control the python-dogpile-cache package with the following handy commands outlined below.


Command

Description of Command

yum install python-dogpile-cache

This command will install python-dogpile-cache on the server.

yum remove python-dogpile-cache

This command will un-install python-dogpile-cache on the server. When you run this command, you will be asked if you are sure that you want to remove python-dogpile-cache, so you have to manually confirm that you want to do this.

yum -y remove python-dogpile-cache

This command will un-install python-dogpile-cache on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-dogpile-cache when using the -y flag.

yum update python-dogpile-cache

This command will update python-dogpile-cache to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-dogpile-cache, so you have to manually confirm that you want to do this.

yum -y update python-dogpile-cache

This command will update python-dogpile-cache to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-dogpile-cache when using the -y flag.

yum info python-dogpile-cache

This command will show you core information about the python-dogpile-cache package.

yum deplist python-dogpile-cache

This command will show you the dependencies for python-dogpile-cache. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-dogpile-cache

This command will check if there is an update waiting on python-dogpile-cache. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.