Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.187.282 Times

Hey::Cache 0.01

Company: Dusty Wilson
Date Added: June 27, 2013  |  Visits: 396

Hey::Cache

Report Broken Link
Printer Friendly Version


Product Homepage
Download (33 downloads)



Hey::Cache is a Perl module to cache data multiple data structures.<br /><br />SYNOPSIS<br /><br /> use Hey::Cache;<br /> <br /> my $cache = Hey::Cache->new(<br /> Namespace => 'WeatherApp2000', # string (optional, default='default')<br /> CacheFile => 'fun_cache_file.xml', # file path and name (optional, default='cache.xml')<br /> AutoSync => 1, # boolean (optional, default=1)<br /> Expires => 300, # seconds (optional, default=86400)<br /> );<br /> <br /> $cache->set(<br /> Name => '98501', # sets the name/key of the piece of data<br /> Value => { Temperature => 17, # sets the data that you wish to cache<br /> Condition => 'Rain',<br /> High => 19,<br /> Low => 7 },<br /> Expires => 600, # optional, defaults to what was set in the constructor above<br /> );<br /><br /> $value = $cache->get( Name => '98501' ); # returns what you had set<br /> <br /> ... enough time passes (at least 10 minutes, according to the "Expires" value) ...<br /> <br /> $value = $cache->get( Name => '98501' ); # returns undef because it has expired<br /> <br /> $value = $cache->get( Name => '98501', Expires => 86400 ); # returns what you had set<br /> # because it is newer than a day<br /><br />Requirements:<br /><br />?*A* Perl<br />

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Cache Cachegtget Constructor Data Default Defaults Expired Expires Heycache Newer Optional Returns Undef
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


HEY::CACHE RELATED
Virus Removers  -  NeatSurf 1.1
NeatSurf is a powerful and easy to use IE privacy security utility it prevents writing your IE browser's history, cache, cookies, user data, etc... When you visiting cybercafe or using any other public computer to buy something over the internet...
10 KB  
Libraries  -  Apache::Cache 0.05
Apache::Cache is a cache data accessible between Apache childrens. SYNOPSIS use Apache::Cache qw(:status); my $cache = new Apache::Cache(default_expires_in=>"5 minutes"); # if the if the next line is called within 10 minutes, then this #...
8.19 KB  
Libraries  -  Data::Serializer 0.41
Data::Serializer package contains modules that serialize data structures. SYNOPSIS use Data::Serializer; $obj = Data::Serializer->new(); $obj = Data::Serializer->new( serializer => Storable, digester => MD5, cipher => DES, secret => my...
25.6 KB  
Libraries  -  Cache::Cache 1.05
Cache::Cache Perl module contains the Cache interface. The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save...
34.82 KB  
Libraries  -  Data::SpreadPagination 0.1.2
Data::SpreadPagination is a Perl module for page numbering and spread pagination. SYNOPSIS use Data::SpreadPagination; my $pageInfo = Data::SpreadPagination->new({ totalEntries => $totalEntries, entriesPerPage => $entriesPerPage, #...
7.17 KB  
Libraries  -  Data::Password::Manager 0.02
Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok =...
13.31 KB  
Libraries  -  SOAP::Data::ComplexType 0.041
SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA =...
13.31 KB  
Modules  -  orders status default comment 1.0
This module allows you to have an orders status default comment for each orders status created in the admin section (admin>>Localization>>Orders status>>Edit).If you type a default comment for an orders status (optional), it will appears in the...
 
Communication  -  Dilates matrix data 1.0
Dilates a time series input and resizes it to the orignal sample lengthinput. If a matrix is input, dilation is done along columns. % The up/downsampling is done via resample.m, so low-pass filtering of theup/downsampling is automatically...
10 KB  
Blog  -  SimplyBibTeX 0.1.2
SimplyBibTeX is a PHP application that renders BibTeX through a simple template system. It can output XHTML, RSS and Atom and is easily extensible. There is no need for a database as it runs on the plain BibTeX files. All contextual data is stored...
20.48 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, UTILITIES
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Utilities  -  Nessconnect 1.0.2
Nessconnect is a GUI, CLI and API client for Nessus and Nessus compatible servers. With an improved user interface, it provides local session management, scan templates, report generation through XSLT, charts and graphs, and vulnerability trending.
819.2 KB  
Utilities  -  Dynamic Power Management 2.6.16
The Dynamic Power Management (DPM) project explores technologies to improve power conservation capabilities of platforms based on open source software. Of particular interest are techniques applicable to running systems, adjusting power parameters...
30.72 KB  
Utilities  -  Ethernet bridge tables 2.4.37.9
Ethernet bridge tables - Linux Ethernet filter for the Linux bridge. The 2.4-ebtables-brnf package contains the ebtables+bridge-nf patch. Be sure to check out the ebtables hp. This site also contains the arptables userspace tool.
40.96 KB  
Utilities  -  SaraB 1.0.0
SaraB works with DAR (Disk ARchive) to schedule and rotate backups on random-access media (i.e. hard drives, CDs, DVDs, Zip, etc. Basically anything except magnetic tapes.) This reduces hassle for the administrator by providing an automatic backup...
20.48 KB  
Utilities  -  Command Not Found 0.2.41
Command Not Found is a program that uses a cache of existing programs and their associated packages to aid users in their day-to-day command-line work. Usage: command-not-found [options] Options: ...
30.72 KB