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

Cache Clothing Store freeware
Filter: All | Freeware | Demo
 

Cache Clothing Store

< 1 2 3 4 5 > 
Added: August 08, 2010 | Visits: 1.128

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 (96): Cache::BerkeleyDB Download

Added: November 24, 2010 | Visits: 1.116

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 (102): Cache::Repository Download

Added: May 09, 2010 | Visits: 1.999

CGI::Application::Plugin::Authentication::Store::Cookie CGI::Application::Plugin::Authentication::Store::Cookie is a Cookie based Store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => [Cookie, SECRET => "Shhh, dont tell anyone",...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (115): CGI::Application::Plugin::Authentication::Store::Cookie Download

Added: April 14, 2010 | Visits: 2.829

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: September 23, 2010 | Visits: 2.365

CGI::Application::Plugin::Authentication::Store CGI::Application::Plugin::Authentication::Store is a base module for building storage classes for the CGI::Application::Plugin::Authentication plugin. SYNOPSIS package CGI::Application::Plugin::Authentication::Store::MyStore; use base qw(CGI::Application::Plugin::Authentication::Store);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (100): CGI::Application::Plugin::Authentication::Store Download

Added: November 06, 2010 | Visits: 2.049

Wiki::Toolkit::Store::Mediawiki Wiki::Toolkit::Store::Mediawiki is a Mediawiki (MySQL) storage backend for Wiki::Toolkit. SYNOPSIS Implementation of Wiki::Toolkit::Store::Database which reads and writes to a Mediawiki 1.6 database running in MySQL. This is module is intended to be capable of running concurrently with a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Wiki::Toolkit::Store::Mediawiki Download

Added: May 20, 2010 | Visits: 2.045

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: May 01, 2010 | Visits: 1.106

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: February 15, 2010 | Visits: 1.261

Cache Status Cache Status displays cache status and allows easy management from status bar. This utility extension monitors your cache statistics for both memory and disk devices, pulling the numbers straight from the same place that about:cache does. You can also clear your cache by right-clicking on the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (106): Cache Status Download

Added: April 16, 2010 | Visits: 790

Cache::Mmap Cache::Mmap Perl module helps you to share data cache using memory mapped files. SYNOPSIS use Cache::Mmap; $cache=Cache::Mmap->new($filename,%options); $val1=$cache->read($key1); $cache->write($key2,$val2); $cache->delete($key3); This module implements a shared data cache, using...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Cache::Mmap Download

Added: July 01, 2010 | Visits: 748

Cache::Bounded Cache::Bounded is a size-aware in-memory cache optimized for speed. SYNOPSIS Cache::Bounded is designed for caching items into memory in a very fast but rudimentarily size-aware fashion. Most intelligent caches take either a size-aware or use-aware approach. They do so by either anlysing...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Cache::Bounded Download

Added: June 02, 2010 | Visits: 922

Passive Cache Passive Cache is a Firefox extension that retrieves a stripped version of the cached Google page for a URL, as well as a listing of Waybacks archived pages for the URL. In essence, it allows the viewing of a page, or site, without any active connections being made to the site.. Home of The Baskin...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (120): Passive Cache Download

Added: November 03, 2010 | Visits: 1.449

Email::Store::DBI Email::Store::DBI is a Perl module for database backend to Email::Store. SYNOPSIS use Email::Store dbi:...; This class is a subclass of Class::DBI and contains means for Email::Store-based programs to register what DSN they wish to use. It also provides for building database tables from...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Email::Store::DBI Download

Added: September 08, 2010 | Visits: 2.035

Email::Store Email::Store is a framework for database-backed email storage. SYNOPSIS use Email::Store dbi:mysql:mailstore; Email::Store->setup; # Do this once Email::Store::Mail->store( $rfc822 ); Email::Store::Mail->retrieve( $msgid ); ... Email::Store is the ideal basis for any application which...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (103): Email::Store Download

Added: November 03, 2010 | Visits: 1.843

Netscape::Cache Netscape::Cache is a Perl object class for accessing Netscape cache files. SYNOPSIS The object oriented interface: use Netscape::Cache; $cache = new Netscape::Cache; while (defined($url = $cache->next_url)) { print $url, "n"; } while (defined($o = $cache->next_object)) { print...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (107): Netscape::Cache Download

Added: March 17, 2010 | Visits: 1.167

Cache::Benchmark Cache::Benchmark is a Perl module that tests the quality and speed of a cache module to compare cachemodules and algorithms. SYNOPSIS use Cache::Benchmark(); use Cache::MemoryCache(); use Cache::SizeAwareMemoryCache(); my $cache_1 = new Cache::MemoryCache({ namespace => my,...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (105): Cache::Benchmark 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

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 720

Private Cache Private Cache is a small, easy to use application specially designed to offer users a fast and easy way to protect private data from prying eyes. Basically both the password and information will be saved in a protected format thus asuring that your data is safe. for WindowsAll


Platforms: Windows

License: Freeware Download (425): Private Cache Download

Released: December 10, 2012  |  Added: December 10, 2012 | Visits: 1.004

Chrome Cache Cleaner Chrome Cache Cleaner is a small Free console application that enables you to quickly and easily empty your Google Chrome web browser cache folder and browsing history folder of all the rubbish that builds up and never gets emptied by Chrome and therefore free up wasted disk space. Simply run it...


Platforms: Windows

License: Freeware Size: 410 KB Download (428): Chrome Cache Cleaner Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 713

WP Green Cache WP Green Cache is a `powerfull caching plugin` for WordPress blogs. It's higly minimize (%95) the usage of server's resources and `provides very fast blog pages`. If you care about the speed of your site, WP Green Cache is one of those plugins that you `absolutely MUST have installed`. To explain...


Platforms: Windows, Linux, Linux Console, Linux GPL, Linux Open Source

License: Freeware Size: 878 KB Download (56): WP Green Cache Download

< 1 2 3 4 5 >