< Home - < Back

perl-Tie-Cache


Information about the package, perl-Tie-Cache, which is shipped with common Linux distributions. The perl-Tie-Cache package is designed for, LRU Cache in Memory.


Package Name:

perl-Tie-Cache

Summary:

LRU Cache in Memory

Description:

This module implements a least recently used (LRU) cache in memory through a tie interface. Any time data is stored in the tied hash, that key/value pair has an entry time associated with it, and as the cache fills up, those members of the cache that are the oldest are removed to make room for new entries.

Architecture:

noarch

Version:

0.21

Release:

2.el6

Size:

18 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Tie-Cache


Control the perl-Tie-Cache package with the following handy commands outlined below.


Command

Description of Command

yum install perl-Tie-Cache

This command will install perl-Tie-Cache on the server.

yum remove perl-Tie-Cache

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

yum -y remove perl-Tie-Cache

This command will un-install perl-Tie-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 perl-Tie-Cache when using the -y flag.

yum update perl-Tie-Cache

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

yum -y update perl-Tie-Cache

This command will update perl-Tie-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 perl-Tie-Cache when using the -y flag.

yum info perl-Tie-Cache

This command will show you core information about the perl-Tie-Cache package.

yum deplist perl-Tie-Cache

This command will show you the dependencies for perl-Tie-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 perl-Tie-Cache

This command will check if there is an update waiting on perl-Tie-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.