The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:Scaffold Cache::Memcached"

Scaffold::Cache::Memcached - Caching is based on memcached. River stage zero No dependents

This module initializes the Cache::Memcached module and uses it for the caching subsystem within Scaffold. The synopsis shows the defaults that are used in initialization. The "servers" configuration item can be a comma seperated list....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold - Web Application Infrastructure River stage zero No dependents

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Cache - The base class for Caching in Scaffold River stage zero No dependents

Scaffold provides two caching engines, they are Scaffold::Cache::FastMmap and Scaffold::Cache::Memcached. This module defines the stanadard api that the engines need to implement. Scaffold::Cache::Manager is used to maintain the caching subsystem. It...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Base - The Base environment for Scaffold River stage zero No dependents

This is the base class for Scaffold. It defines some useful exception messages and a method to access the config cache....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Cache::Manager - Maintains the cache subsystem for Scaffold River stage zero No dependents

Scaffold::Cache::Manager is a plugin that maintains the cache system. It purges expired items from the cache. It runs in the pre_action phase of plugin execution. This plugin is automatically loaded when Scaffold::Server initializes. Thus it is the f...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Stash - The base class for the stash within Scaffold River stage zero No dependents

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Class - A Perl extension for the Supervisor environment River stage zero No dependents

This module inherits from Badger::Class and exposes the additinoal constants and utiltiy functions that are needed by the Scaffold environment....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Utils - Utilitiy functions for Scaffold River stage zero No dependents

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Render - The base class for rendering. River stage zero No dependents

This is the base class for rendering output. If no renderer is specified, Scaffold will use Scaffold::Render::Default. The View object of the handlers stash is used to control the render process....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Routes - Implementing Routes for url dispatching within Scaffold River stage zero No dependents

This class implements the concept of routes. Routes are dispatching to handlers, depending on regex parsing of the incomming url....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Server - The Scaffold web engine River stage zero No dependents

This module is the main entry point for an application built with Scaffold. It parses the configuration, loads the various components, makes the various connections for the CacheManager, the LockManager, initializes the SessionManager and stores the ...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Engine - The Scaffold interface to Plack/psgi River stage zero No dependents

This module is used internally by Scaffold::Server to initialize and return the code reference that is needed by the Plack/psgi runtime environment. The first example in the Synopsis can be ran with the following command: # plackup -app app.psgi -por...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Plugins - The base class for Scaffold plugins River stage zero No dependents

The base class for Plugin within Scaffold. This class should be inherited and extended to develop your own plugins....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Lockmgr - The base class for locking within Scaffold River stage zero No dependents

This module provides a general purpose locking mechanism to protect shared resources. It is rather interesting to ask a developer how they protect session data and/or global shared data. They usually answer, "I use such-and-such session module, and w...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Handler - The base class for Scaffold Handlers River stage zero No dependents

This is the base class for all handlers within Scaffold. Your application will inherit and extend this class. Handlers are the basis of your application. The Request Lifecycle When a request comes into Scaffold it is first processed by Scaffold::Serv...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Constants - Define useful constants for the Scaffold environment River stage zero No dependents

The module is defines constants for the Scaffold environment....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Uaf::Rule - A base class for rules. River stage zero No dependents

Each rule is a custom-written class that implements some aspect of your site's authorization logic. Rules can choose to grant or deny a request. package Sample::Test; use strict; use warnings; use Scaffold::Class version => '0.01', base => 'Scaffold:...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Uaf::User - A module that defines a basic user object. River stage zero No dependents

Scaffold::Uaf::User is a base module that can be used to create an user object. The object is extremely flexiable and is not tied to any one data source....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Render::TT - Use the Template Toolkit to render pages. River stage zero No dependents

This module loads the Template Toolkit as the renderer. It uses any of TT's configuration items and passes them thru. It also uppercases any of the configuration keywords to make TT happy....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC

Scaffold::Uaf::Login - A handler for the /login url. River stage zero No dependents

This handler handles the url "/login" and any actions on that url. By default this method display a simple login page which contains a login form. That form is submitted back to the "/login/validate" url, where the username and password are processed...

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC
42 results (0.052 seconds)