Stud.IP  5.4
 All Data Structures Namespaces Files Functions Variables Groups
CT_Cache Class Reference

Public Member Functions

 ac_start ()
 
 ac_get_lock ()
 
 ac_release_lock ()
 
 ac_newid ($str, $name=null)
 
 ac_store ($id, $name, $str)
 
 ac_delete ($id, $name=null)
 
 ac_gc ($gc_time, $name=null)
 
 ac_halt ($s)
 
 ac_get_value ($id, $name=null)
 
 ac_get_changed ($id, $name=null)
 
 ac_set_changed ($id, $name, $timestamp)
 

Protected Attributes

const CACHE_KEY_PREFIX = 'session_data'
 
const SESSION_LIFETIME = 7200
 

Member Function Documentation

ac_delete (   $id,
  $name = null 
)
ac_gc (   $gc_time,
  $name = null 
)
ac_get_changed (   $id,
  $name = null 
)
ac_get_lock ( )
ac_get_value (   $id,
  $name = null 
)
ac_halt (   $s)
ac_newid (   $str,
  $name = null 
)
ac_release_lock ( )
ac_set_changed (   $id,
  $name,
  $timestamp 
)
ac_start ( )
ac_store (   $id,
  $name,
  $str 
)

Field Documentation

const CACHE_KEY_PREFIX = 'session_data'
protected
const SESSION_LIFETIME = 7200
protected

The documentation for this class was generated from the following file: