Documentation

Horde_Core_Prefs_Cache_Session extends Horde_Prefs_Cache_Base
in package

Cache storage implementation using Horde_Session.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2010-2016 Horde LLC

deprecated

Use Horde_Prefs_Cache_HordeCache with the Horde_Core_Cache_Session driver instead.

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

Table of Contents

Constants

SESS_KEY  = 'prefs_cache/'

Methods

get()  : mixed
remove()  : mixed
store()  : mixed

Constants

SESS_KEY

public mixed SESS_KEY = 'prefs_cache/'

Methods

get()

public get(mixed $scope) : mixed
Parameters
$scope : mixed

remove()

public remove([mixed $scope = null ]) : mixed
Parameters
$scope : mixed = null

store()

public store(mixed $scope_ob) : mixed
Parameters
$scope_ob : mixed

        
On this page

Search results