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.253.893 Times

Cache Servers software
Filter: All | Freeware | Demo
 

Cache Servers

< 1 2 3 4 5 > 
Added: January 24, 2010 | Visits: 882

IPC::SharedCache IPC::SharedCache is a Perl module to manage a cache in SysV IPC shared memory. SYNOPSIS use IPC::SharedCache; # the cache is accessed using a tied hash. tie %cache, IPC::SharedCache, ipc_key => AKEY, load_callback => &load, validate_callback => &validate; # get an item from the cache...



Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): IPC::SharedCache Download

Added: May 20, 2010 | Visits: 2.042

Cache::Memcached::Managed Cache::Memcached::Managed is a Perl module that provides an API for managing cached information. SYNOPSIS use Cache::Memcached::Managed; my $cache = Cache::Memcached::Managed->new( 127.0.0.1:12345 ); $cache->set( $value ); $cache->set( $value,$id ); $cache->set( value => $value, id...





Platforms: *nix

License: Freeware Size: 38.91 KB Download (98): Cache::Memcached::Managed Download

Added: September 07, 2010 | Visits: 1.172

Cache::Memcached::Tie Cache::Memcached::Tie is a Perl module created for using Cache::Memcached as hash. SYNOPSIS #!/usr/bin/perl -w use strict; use Cache::Memcached::Tie; my %hash; my $memd=tie %hash,Cache::Memcached::Tie, {servers=>[192.168.0.77:11211]}; $hash{b}=[a,{b=>a}]; print $hash{a}; print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): Cache::Memcached::Tie Download

Added: May 01, 2010 | Visits: 1.101

Cache::Memcached::XS Cache::Memcached::XS is a client library for memcached (memory cache daemon) using libmemcache. SYNOPSIS use Cache::Memcached::XS; $memd = new Cache::Memcached { servers => [ "10.0.0.15:11211", "10.0.0.15:11212", "10.0.0.17:11211", [ "10.0.0.17:11211", 3 ] ], compress_threshold =>...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): Cache::Memcached::XS Download

Added: November 02, 2010 | Visits: 1.085

Cache::Static Cache::Static is a Perl module used for caching without freshness concerns. SYNOPSIS HTML::Mason instructions In handler.pl: use Cache::Static; In any component you where you have a well defined set of dependencies which change the output: < %init > my $_cs_deps = [ #file dependencies...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (97): Cache::Static Download

Added: February 04, 2010 | Visits: 1.072

Apache::Cache 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 # will return the cache value overwise, this will...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Apache::Cache Download

Added: January 18, 2010 | Visits: 1.084

CPAN::Cache CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN dataset. CPAN::Cache does the same thing, except...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): CPAN::Cache Download

Added: November 07, 2010 | Visits: 1.133

Cache-Memcached-Tie Cache-Memcached-Tie is a tie for Cache::Memcached. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Cache-Memcached-Tie Download

Added: November 24, 2010 | Visits: 1.113

Cache::Repository Cache::Repository is a Perl module used to cache generic file repository. SYNOPSIS my $rep = Cache::Repository->new( style => Filesys, # options for the F::R driver ); $rep->add_files(tag => groupname, files => @filenames, basedir => /tmp, move => 1, ); $rep->add_filehandle(tag =>...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Cache::Repository Download

Added: January 18, 2010 | Visits: 1.355

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (93): CGI::Cache Download

Added: January 25, 2010 | Visits: 730

IE Cache Trasher X IE Cache Trasher deletes a file called "download cache" which can get quite big if you do not watch it. This file stores incomplete and complete downloads (the latter only if you set IE to remember your last completed downloads). It can grow to enormous proportions; mine was 119 MB the first time...


Platforms: Mac

License: Freeware Size: 42 KB Download (93): IE Cache Trasher X Download

Added: June 13, 2010 | Visits: 754

NScache NScache provides a simple manager and browser for Netscape(tm) cache directories. nscache is a simple program to browse the Netscape cache directory with a GTK UI. It shows the contents of the browser cache in a three level hierarchy of files: protocols, servers and documents or in sorted list....


Platforms: *nix

License: Freeware Size: 95.23 KB Download (93): NScache Download

Released: May 28, 2012  |  Added: August 23, 2012 | Visits: 818

Security Revisor for Windows Servers Security Revisor for Windows Servers is a powerful set of backup, security and reporting tools that are invaluable to administrators of Windows servers. Using this software, administrators can easily and reliably backup Active Directory or SAM data and create a complete image which is then stored...


Platforms: Windows

License: Shareware Cost: $145.00 USD Size: 4.16 MB Download (93): Security Revisor for Windows Servers Download

Added: October 09, 2010 | Visits: 940

Cache::Cache 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 repeated and redundant expensive calls to remote machines...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (91): Cache::Cache Download

Added: August 08, 2010 | Visits: 1.125

Cache::BerkeleyDB Cache::BerkeleyDB Perl module implements the Cache::Cache interface. This module implements the Cache interface provided by the Cache::Cache family of modules written by DeWitt Clinton. It provides a practically drop-in replacement for Cache::FileCache. As should be obvious from the name, the...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Cache::BerkeleyDB Download

Added: January 25, 2010 | Visits: 832

IE Cache Trasher IE Cache Trasher deletes a file called "download cache" which can get quite big if you do not watch it. This file stores incomplete and complete downloads (the latter only if you set IE to remember your last completed downloads). It can grow to enormous proportions; mine was 119 MB the first time...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 17 KB Download (89): IE Cache Trasher Download

Added: August 14, 2010 | Visits: 699

PHPDance PHPDance is an object-oriented PHP interface to the Sharedance cache server. The project allows you to cache data in the very fast and reliable Sharedance cache server. Features include the ability to be distributed across multiple servers and optional redundancy (in which writes go to two...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (89): PHPDance Download

Added: June 24, 2013 | Visits: 1.095

Content Filter Web Proxy SafeSquid SafeSquid is a Free Content Filter Web Proxy Server. SafeSquid Content Filter Web Proxy has a BROWSER BASED INTERFACE. SafeSquid Content Filter Web Proxy Servers multi-threaded architecture, delivers industry's FASTEST THROUGHPUT, even while providing extreme content analysis and security....


Platforms: *nix, Linux Console, Linux Gnome, Linux GPL, Linux Open Source

License: Freeware Size: 2.51 MB Download (71): Content Filter Web Proxy SafeSquid Download

Added: May 10, 2013 | Visits: 383

Advanced cache It provides caching nodes, comments, taxonomy (terms, trees, vocabularies and terms-per-node), path aliases, and search results. The module creates dedicated cache tables and makes use of Drupal's core cache API to cache data in an efficient manner.InstallationUnpack in your modules folder...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): Advanced cache Download

Added: May 10, 2013 | Visits: 965

WP Super Cache After a html file is generated the webserver will serve that file instead of processing the comparatively heavier PHP scripts.InstallationYou should have the Apache mod mime and mod rewrite modules installed and WordPress fancy permalinks enabled. PHP safe mode should be disabled. If any of those...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): WP Super Cache Download

< 1 2 3 4 5 >