Package web2py :: Package gluon :: Module cache
[hide private]
[frames] | no frames]

Module cache

source code

This file is part of web2py Web Framework (Copyrighted, 2007-2010). Developed by Massimo Di Pierro <mdipierro@cs.depaul.edu>. License: GPL v2

Basic caching classes and methods

Classes [hide private]
  CacheAbstract
Abstract class for cache implementations.
  CacheInRam
Ram based caching
  CacheOnDisk
Disk based cache
  Cache
Sets up generic caching, creating an instance of both CacheInRam and CacheOnDisk.
Variables [hide private]
  DEFAULT_TIME_EXPIRE = 300