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

Mongodb Cache freeware
Filter: All | Freeware | Demo
 

Mongodb Cache

< 1 2 3 4 5 
Added: November 27, 2006 | Visits: 5.002

100xCD 100xCD Cache speeds up your CD-ROM drive by caching frequently accessed data to your local hard drive. It work under Windows-XP/2000. Modern hard drives and RAID-devices are much faster than any CD-ROM drive available on the market (in both access time and transfer rate), so the overall... Platforms: Windows

License: Freeware Size: 680 KB Download (1787): 100xCD Download

Added: March 10, 2006 | Visits: 4.681

iWash This simple free applciation will delete all cookies and cache from your ie browser cache at a time interval that you set. Protects your privacy. Platforms: Windows

License: Freeware Size: 778 KB Download (724): iWash Download

Added: October 10, 2006 | Visits: 4.835

IECacheViewer IECacheViewer is a FREE utility for managing Internet Explorer cache (temporary pages and files downloaded from internet). Except reviewing capability, it provides the functions to search, copy and delete cache contents. You can use it to collect documents, images, or research applications... Platforms: Windows

License: Freeware Download (390): IECacheViewer Download

Released: August 09, 2007  |  Added: August 18, 2007 | Visits: 8.999

Clear History Clear History is free application to securely destroy all evidence of your internet and computer usage activity, visited and typed web sites, Internet Explorer and Firefox history, autocomplete forms, entered passwords, cookies, cache, index.dat files, recent documents, search, find history,... Platforms: Windows

License: Freeware Size: 1.01 MB Download (1157): Clear History Download

Released: May 22, 2013  |  Added: May 26, 2013 | Visits: 5.456

Wipe Easy and powerful tool to clear user browsing history, clean index.dat files, remove cookies, cache, logs, delete temporary internet files, autocomplete search history and any other tracks that user leaves after using PC. Includes DDOD, Gutmann algorithm to make deleted tracks unrecoverable. This... Platforms: Windows

License: Freeware Size: 4.96 MB Download (315): Wipe Download

Released: August 11, 2009  |  Added: August 17, 2009 | Visits: 4.611

SafeSquid Personal SafeSquid Presonal is a Free Content Filter Web Proxy Server for Windows. SafeSquid Content Filter Web Proxy has a BROWSER BASED INTERFACE. SafeSquid Content Filter Web Proxy Server offers arguably, worlds biggest set of Content Filtering features. It gives you Total Access Control, Total Content... Platforms: Windows

License: Freeware Size: 2.58 MB Download (274): SafeSquid Personal Download

Added: November 15, 2010 | Visits: 996

ccache ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations. The idea came from Erik Thiele wrote the... Platforms: *nix

License: Freeware Size: 86.02 KB Download (96): ccache Download

Added: April 22, 2010 | Visits: 939

Tie::FileLRUCache Tie::FileLRUCache is a lightweight but robust filesystem based persistent LRU cache. SYNOPSIS OBJECT INTERFACE use Tie::FileLRUCache; my $cache = Tie::FileLRUCache->new({ -cache_dir => $directory, -keep_last => 100 }); # Inserting value into LRU cache using -key $cache->update({ -key =>... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tie::FileLRUCache Download

Added: August 14, 2010 | Visits: 704

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: March 24, 2010 | Visits: 833

SafeCache SafeCache is an extension which segments the cache on the basis of the document origin, defending against web-privacy attacks. Segments the cache on the basis of the originating document, defending against web privacy attacks that remote sites can use to determine your browser history at other... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): SafeCache Download

Added: October 15, 2010 | Visits: 863

RDVIS RDVIS tool helps programmers pin-point the sources of cache misses and poor temporal locality in their source code. The visualization often directs the experienced programmer towards the necessary program transformations within a few minutes. The tool consists of two parts: a GUI that... Platforms: *nix

License: Freeware Size: 3.8 MB Download (100): RDVIS Download

Added: March 17, 2010 | Visits: 1.050

Mail::Summary::Tools::YAMLCache Mail::Summary::Tools::YAMLCache is a low performance cache which is easy to edit/fix. SYNOPSIS use Mail::Summary::Tools::YAMLCache; my $cache = Mail::Summary::Tools::YAMLCache->new( file => Path::Class::file("/tmp/foo"), ); $cache->get("foo:bar"); $cache->set("foo:bar", "moose");... Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Mail::Summary::Tools::YAMLCache Download

Added: March 26, 2010 | Visits: 828

WebCache::Digest WebCache::Digest is a Cache Digest implementation in Perl. SYNOPSIS use WebCache::Digest; # fetching a digest via HTTP $d = new WebCache::Digest; $d->fetch("flibbertigibbet.swedish-chef.org", 3128); # dump header fields out for info print STDERR $d->dump_header(); # saving a digest... Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): WebCache::Digest Download

Added: August 04, 2010 | Visits: 769

404cache 404cache is an extension which provides links to cache copies if a 404 page error is received. Provides links to cache copies if a 404 page error is received. Displays a yellow toolbar similair to the popup block message, that provides the option to check the page in web cache services. I... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): 404cache Download

Added: August 27, 2010 | Visits: 767

AFS::CM AFS::CM is a Perl module to administer the AFS Cache Manager. SYNOPSIS use AFS::CM qw ( checkconn checkservers checkvolumes cm_access flush flushcb flushvolume getcacheparms getcellstatus getcrypt getvolstats setcrypt setcachesize setcellstatus ); my $ok = flushvolume(.); print... Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): AFS::CM Download

Added: January 24, 2010 | Visits: 887

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

Skycache Skycache is a lightweight, free and fast page cache for PHP 4 and PHP 5. Once a dynamic page has been computed, it is stored in a page cache. If a query for the same URL is made afterwards, the content is immediately served from the cache instead of processing the script again. The end result... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Skycache Download

Added: June 13, 2010 | Visits: 760

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

Added: January 06, 2010 | Visits: 857

WWW::ImageSpool WWW::ImageSpool is a Perl module that can cache images of interest from the web. SYNOPSIS use WWW::ImageSpool; mkdir("/var/tmp/imagespool", 0700); my $spool = WWW::ImageSpool->new ( limit => 3, searchlimit => 10, max => 5 * 1048576, dictionary => "sushi.txt", verbose => 1, dir =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): WWW::ImageSpool Download

Added: June 24, 2010 | Visits: 679

cache4j cache4j library is a cache for Java objects with a simple API and fast implementation. It features in-memory caching, a design for a multi-threaded environment, both synchronized and blocking implementations, a choice of eviction algorithms (LFU, LRU, FIFO), and the choice of either hard or soft... Platforms: *nix

License: Freeware Size: 143.36 KB Download (98): cache4j Download

< 1 2 3 4 5