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

Cache Clothing Store software
Filter: All | Freeware | Demo
 

Cache Clothing Store

< 1 2 3 4 5 > 
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: 2.000

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.831

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.366

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.046

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.107

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.262

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: 791

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: 749

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.844

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: 731

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: January 25, 2010 | Visits: 833

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

Released: January 30, 2010  |  Added: February 04, 2010 | Visits: 1.035

Cache AutoSaver Cache AutoSaver is a nice utility that captures files from your web browser and saves them into your local folders automatically. When you complete your work in web and your web browser is closed Cache AutoSaver will start and save recent files into you local folders in accordance with your...


Platforms: Windows

License: Shareware Cost: $9.90 USD Size: 912.01 KB Download (111): Cache AutoSaver Download

Released: December 17, 2012  |  Added: January 08, 2013 | Visits: 2.645

Store Manager for Zen Cart Store Manager for Zen Cart is a desktop application for quick and efficient Zen Cart store management. You can add, delete and update your products, categories and manufacturers, automatically upload your product images while editing products, categories, manufacturers, view reports, orders,...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 784 KB Download (269): Store Manager for Zen Cart Download

Released: February 06, 2012  |  Added: October 31, 2012 | Visits: 1.510

Store Manager for CubeCart Store Manager for CubeCart is a desktop application for quick and efficient CubeCart store management. You can add, delete and update your products, categories and manufacturers, upload your product images while editing products, categories, manufacturers, export products. All this from your...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 800 KB Download (237): Store Manager for CubeCart Download

< 1 2 3 4 5 >