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

Cache Backend freeware
Filter: All | Freeware | Demo
 

Cache Backend

1 2 3 4 5 > 
Added: November 21, 2013 | Visits: 344

django-bmemcached A django cache backend to use bmemcached module which supports memcached binary protocol with authentication. Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-bmemcached Download

Added: October 10, 2013 | Visits: 338

django-mongodb-cache django-mongodb-cache is a Mongodb cache backend for Django framework. #md5=f42ab3b39b5f0d9066952bdda9d7a0c9 Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): django-mongodb-cache Download

Added: August 19, 2013 | Visits: 317

django-pylibmc django-pylibmc is a Django module that provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. Installation: Get it from pypi: pip install django-pylibmc or github: pip install -e git://github.com/jbalogh/django-pylibmc.git#egg=django-pylibmc... Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-pylibmc Download

Added: July 11, 2013 | Visits: 389

django-pylibmc-sasl This package provides a memcached cache backend for Django using pylibmc. You want to use pylibmc because it's fast. This is a fork of the django-pylibmc package. These changes will eventually end up upstream. Platforms: *nix

License: Freeware Size: 10.24 KB Download (41): django-pylibmc-sasl Download

Added: August 05, 2013 | Visits: 358

Namespice Namespace for cache. Namespice implements simple API containing wrapper functions for cache management using concept of tags.Supported cache backend: Memcached (both Memcache API and Cacherouter-Memcache should work).This is an API module for developers, it doesn't have any usage on it's own.... Platforms: PHP

License: Freeware Size: 10 KB Download (50): Namespice Download

Added: August 18, 2013 | Visits: 366

django-modeldict ModelDict is a very efficient way to store things like settings in your database. The entire model is transformed into a dictionary (lazily) as well as stored in your cache. It's invalidated only when it needs to be (both in process and based on CACHE_BACKEND). Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): django-modeldict Download

Added: July 08, 2013 | Visits: 327

nexus-memcache The memcache module is automatically integrated into Nexus and detects memcache using your CACHE_BACKEND setting. Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): nexus-memcache Download

Added: June 21, 2013 | Visits: 401

django-celery django-celery provides Celery integration for Django; Using the Django ORM and cache backend for storing results, autodiscovery of task modules for applications listed in INSTALLED_APPS, and more. Celery is a task queue/job queue based on distributed message passing. It is focused on real-time... Platforms: *nix

License: Freeware Size: 71.68 KB Download (39): django-celery Download

Added: August 08, 2010 | Visits: 1.131

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

Released: October 03, 2000  |  Added: June 08, 2006 | Visits: 4.149

Cache Lister for WinGate Cache Lister generates a listing of all URLs which are in WinGates cache. The information listed for each entry includes URL, cache file, size, cache hits, content type and access/modification date. This listing can be used to eliminate old or unwanted content from the cache. Platforms: Windows

License: Freeware Size: 185 KB Download (352): Cache Lister for WinGate Download

Added: June 14, 2006 | Visits: 8.013

IE Cache&History Viewer The ‘IE Cache and History viewer‘ is a simple and fast freeware utility that allows you manage the internet explorer cache. You can examine web pages you have visited and show them in the internal web browser, view a content of temporary files and cookies. It provides the function to clean... Platforms: Windows

License: Freeware Size: 641 KB Download (667): IE Cache&History Viewer Download

Added: January 18, 2010 | Visits: 1.361

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

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

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

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

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: November 24, 2010 | Visits: 1.122

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: October 09, 2010 | Visits: 945

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: May 20, 2010 | Visits: 2.049

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: August 17, 2010 | Visits: 1.585

JavaScript::Autocomplete::Backend JavaScript::Autocomplete::Backend is a Google Suggest-compatible autocompletion backend. SYNOPSYS package MyAutocompleter; use base qw(JavaScript::Autocomplete::Backend); my @NAMES = qw(alice bob charlie); sub expand { my ($self, $query) = @_; # do something to expand the query my $re... Platforms: *nix

License: Freeware Size: 4.1 KB Download (110): JavaScript::Autocomplete::Backend Download

1 2 3 4 5 >