Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jifty::manual(3pm) [debian man page]

Jifty::Manual(3pm)					User Contributed Perl Documentation					Jifty::Manual(3pm)

NAME
Jifty::Manual - Jifty documentation DESCRIPTION
This manual is divided into many separate pages, each covering a specific topic thoroughly. Jifty::Manual::AccessControl Implementing access controls in your Jifty app Jifty::Manual::Actions All about actions and how to use them Jifty::Manual::Continuations Continuations made easy. Easier.. Jifty::Manual::Cookbook Chunk-sized pearls of wisdom for accomplishing common tasks Jifty::Manual::Deploying How to go from "jifty server" to a robust web-server and database environment Jifty::Manual::FAQ Frequently asked questions, for some value of frequent Jifty::Manual::Glossary Common terms that you might want to learn Jifty::Manual::Logging How to control Jifty's logging, which is backed by Log::Log4perl Jifty::Manual::Models All about models -- the creepy crawlies that live in your database Jifty::Manual::ObjectModel How all the bits of Jifty hang together Jifty::Manual::PageRegions You too can have sexy AJAX! Jifty::Manual::RequestHandling The life cycle of a page load Jifty::Manual::Style Style guide for the Jifty project itself Jifty::Manual::Tutorial Your first stop on this tour Jifty::Manual::TutorialRest Using the REST API in your application Jifty::Manual::Tutorial_de The tutorial in German Jifty::Manual::Tutorial_ja The tutorial in Japanese Jifty::Manual::Tutorial_zhtw The tutorial in Traditional Chinese Jifty::Manual::Upgrading How to change your application's database Jifty::Manual::UsingCSSandJS How to use custom CSS and JavaScript in your application perl v5.14.2 2010-09-25 Jifty::Manual(3pm)

Check Out this Related Man Page

Jifty::DBI::Record::Cachable(3pm)			User Contributed Perl Documentation			 Jifty::DBI::Record::Cachable(3pm)

NAME
Jifty::DBI::Record::Cachable - records with caching behavior SYNOPSIS
package Myrecord; use base qw/Jifty::DBI::Record::Cachable/; DESCRIPTION
This module subclasses the main Jifty::DBI::Record package to add a caching layer. The public interface remains the same, except that records which have been loaded in the last few seconds may be reused by subsequent fetch or load methods without retrieving them from the database. METHODS
flush_cache This class method flushes the _global_ Jifty::DBI::Record::Cachable cache. All caches are immediately expired. _flush_key_cache Blow away this record type's key cache load_from_hash Overrides the implementation from Jifty::DBI::Record to add caching. load_by_cols Overrides the implementation from Jifty::DBI::Record to add caching. _cache_config You can override this method to change the duration of the caching from the default of 5 seconds. For example, to cache records for up to 30 seconds, add the following method to your class: sub _cache_config { { 'cache_for_sec' => 30 } } AUTHOR
Matt Knopp <mhat@netlag.com> SEE ALSO
Jifty::DBI, Jifty::DBI::Record perl v5.14.2 2010-09-21 Jifty::DBI::Record::Cachable(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Scripting Tutorial

Hello Experts. I am searching for a tutorial about scripting in tcsh. After reading the tutorial I am supposed to write simple shell scripts : One that recives two arguments - a number and a string and prints to stdout all file names in current directory that end with the given string and... (1 Reply)
Discussion started by: SoHo
1 Replies

2. UNIX for Dummies Questions & Answers

Procmail Tutorial

Hello, Somebody knows a good procmail tutorial in the net? Thanks!:) (1 Reply)
Discussion started by: luiz_fer10
1 Replies

3. UNIX Desktop Questions & Answers

afterstep tutorial?

can someone point me out to a good newbie tutorial for afterstep? i've stumbled upon one on the afterstep site, but that tutorial is somewhta lacking. i need to know what configuration files are needed and where they are to be put, etc. (2 Replies)
Discussion started by: xyyz
2 Replies

4. Shell Programming and Scripting

Tk tutorial

Anyone know any good website with a step by step instructions on writing Perl GUI scripts with Tk ??? (3 Replies)
Discussion started by: perleo
3 Replies

5. UNIX for Dummies Questions & Answers

I'm incapable of the simplest thing

Okay, stupid question How can I use ed, exactly? I need just a quick tutorial, thanks. Cheers! Tavy (2 Replies)
Discussion started by: Tavy
2 Replies

6. UNIX for Dummies Questions & Answers

hpux admin tutorial online helps or links

Please HELP>>. anyone know any links for HPUX Admin tutorial ...FRee or CBT that is cheap under $50... I need to review and conquor!! :eek: (2 Replies)
Discussion started by: hpux2006
2 Replies

7. Programming

Help Please

Ok firstly i must say that i have just switched to Ubuntu and Linux, so im a real newbie!!! Next is that im trying to learn C, so i got an IDE called Geany. Im following this tutorial on c and all is fine on the first example, i created the code, compiled, linked and get my EXE. Now here comes... (1 Reply)
Discussion started by: Rucas
1 Replies

8. UNIX for Dummies Questions & Answers

Please help, looking for UNIX tutorial

Hello, I only have this afternoon to take a UNIX tutorial for my contract job, and I've posted two threads already for the forum, asking if someone could help me find the Gary Hook AIX tutorial. Neither has been published yet. Could you please help me? Thank you. :confused: (0 Replies)
Discussion started by: jeffpas
0 Replies

9. UNIX for Advanced & Expert Users

apt vs aptitude little tutorial

Hi all I dont know if this is right place but I saw somewhere dd tutorial so I decidet to write a little tutorial about debian package manager. I hope this will clear some misundersands about it, maybe somewher i will be wrong or somebody could explain it better so any comments are welcomed. Many... (3 Replies)
Discussion started by: wakatana
3 Replies

10. Shell Programming and Scripting

Good refernce site/tutorial for sed

Hi, Can any one please suggest me some sites over which i can find tutorial for sed. -Sarbjit (1 Reply)
Discussion started by: sarbjit
1 Replies

11. OS X (Apple)

Installing Oracle 10g on Snow Leopard using this tutorial

This tutorial. Which is a lovely tutorial, really, and was working up until this instruction: Now download db.zip installation archive and place it somewhere and unzip it: mkdir Install cd Install # download db.zip to this directory unzip db.zip cd db/Disk1 I didn't know how to... (1 Reply)
Discussion started by: khayraB
1 Replies

12. Linux

Anyone still using XForms?

I installed the XForms toolkit and i tried it. It is really old but the syntax is easy to learn. I like it but i didn't found any tutorial. I'm learning it using the official documentation and this old Linux Journal's article. XForms: Review and Tutorial | Linux Journal Does anyone is still... (2 Replies)
Discussion started by: mghis
2 Replies

13. AIX

AIX useful tutorial...

hi guys, I want to learn AIX, I am a beginner for this operating system of IBM. Can anyone give me some useful tutorial for a beginner like me?... Thanks... + GOD bless + ^_^ (1 Reply)
Discussion started by: TechReader
1 Replies

14. Programming

Lamp tutorial

Hello All, I need a good lamp(linux, apache, mysql, php) tutorial for web development. I searched in net but not finding suitable one. suggest me something. (3 Replies)
Discussion started by: amisubha
3 Replies

15. Web Development

Vue JS 2 Tutorial by The Net Ninja: A Recommended Vue.js Video Tutorial Series

A number of people have asked me how to get started with Vue.js and my reply before today was to Google "Vue.js". That has changed and my recommendation to anyone who wants to learn the fastest growing, easiest to learn and use Vue.js web dev framework is to watch this video tutorial series: ... (0 Replies)
Discussion started by: Neo
0 Replies