Stud.IP  5.4
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()

ac_delete (   $id,
  $name = null 
)

◆ ac_gc()

ac_gc (   $gc_time,
  $name = null 
)

◆ ac_get_changed()

ac_get_changed (   $id,
  $name = null 
)

◆ ac_get_lock()

ac_get_lock ( )

◆ ac_get_value()

ac_get_value (   $id,
  $name = null 
)

◆ ac_halt()

ac_halt (   $s)

◆ ac_newid()

ac_newid (   $str,
  $name = null 
)

◆ ac_release_lock()

ac_release_lock ( )

◆ ac_set_changed()

ac_set_changed (   $id,
  $name,
  $timestamp 
)

◆ ac_start()

ac_start ( )

◆ ac_store()

ac_store (   $id,
  $name,
  $str 
)

Field Documentation

◆ CACHE_KEY_PREFIX

const CACHE_KEY_PREFIX = 'session_data'
protected

◆ SESSION_LIFETIME

const SESSION_LIFETIME = 7200
protected

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