Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help |
The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...
The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.
This module can be used to glue a cache to a the PSGI manpage applications or middleware. A *cache* is an object that provides at least two methods to get and set data, based on a key. Existing cache modules on CPAN include the CHI manpage, the Cache manpage, and the Cache::Cache manpage. Plack::Middleware::Cached is put in front of a PSGI application as middleware. Given a request in form of a PSGI environment E, it either returns the matching response R from its cache, or it passed the request to the wrapped application, and stores the application's response in the cache: ________ _____ Request ===E===>| |---E--->| | | Cached | | App | Response <==R====|________|<--R----|_____| In most cases, only a part of the environment E is relevant to the request. This relevant part is called the caching *key*. By default, the key is set to the value of REQUEST_URI from the environment E.
Generated by rpm2html 1.6