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

Clear Msn Cache freeware
Filter: All | Freeware | Demo
 

Clear Msn Cache

< 1 2 3 4 5 
Added: February 15, 2010 | Visits: 1.263

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: August 06, 2008 | Visits: 1.071

MSN Ornery Boy Avatar Display Pack MSN Messenger Ornery Boy Avatar Packs are fun and include many different images to use to show all your friends. These MSN Messenger Picture packs are themed so you get the best pic. This is just one more way to have more fun with MSN Messenger. MSN Avatars packs are not only fun but they are...





Platforms: Windows

License: Freeware Size: 517 KB Download (106): MSN Ornery Boy Avatar Display Pack Download

Added: March 17, 2010 | Visits: 1.168

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: August 16, 2008 | Visits: 981

MSN Homestar Runner Avatar Display Pack MSN Messenger Homestar Runner Avatar Packs are fun and include many different images to use to show all your friends. These MSN Messenger Picture packs are themed so you get the best pic. This is just one more way to have more fun with MSN Messenger. MSN Avatars packs are not only fun but they...


Platforms: Windows

License: Freeware Size: 499 KB Download (105): MSN Homestar Runner Avatar Display Pack Download

Added: January 18, 2010 | Visits: 1.090

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

Added: November 24, 2010 | Visits: 1.120

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: 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: August 18, 2008 | Visits: 955

MSN Space Avatar Display Pack MSN Messenger Space Avatar Packs are fun and include many different images to use to show all your friends. These MSN Messenger Picture packs are themed so you get the best pic. This is just one more way to have more fun with MSN Messenger. MSN Avatars packs are not only fun but they are free....


Platforms: Windows

License: Freeware Size: 609 KB Download (101): MSN Space Avatar Display Pack Download

Added: July 01, 2010 | Visits: 751

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

NetLocation X NetLocation X... Tired of changing your /etc/hosts file every time you change network location, finding lookupdls pid and restarting it to clear its cache? This utility addresses these needs, especially if you own a laptop!It lets you maintain different versions of your file, for as many "Network...


Platforms: Mac

License: Freeware Download (98): NetLocation X Download

Added: May 20, 2010 | Visits: 2.048

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

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: November 02, 2010 | Visits: 1.089

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

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 04, 2010 | Visits: 1.078

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: August 08, 2010 | Visits: 1.130

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 07, 2010 | Visits: 1.139

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: January 18, 2010 | Visits: 1.358

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 (94): CGI::Cache Download

Added: March 19, 2010 | Visits: 1.081

IRC to MSN gateway This is the IRC gateway for Microsoft(tm) Messenger. You probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package. This software is written by Johannes Verelst and is licensed through the GPL license...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): IRC to MSN gateway 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

< 1 2 3 4 5