Services_Ebay
[ class tree: Services_Ebay ] [ index: Services_Ebay ] [ all elements ]

Class: Services_Ebay_Cache_Filesystem

Source Location: /Services_Ebay-0.13.1/Services/Ebay/Cache/Filesystem.php

Class Overview

Services_Ebay_Cache
   |
   --Services_Ebay_Cache_Filesystem

Very simple filesystem cache


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Services_Ebay_Cache

Services_Ebay_Cache::__construct()
constructor
Services_Ebay_Cache::isValid()
check the validity of the cache
Services_Ebay_Cache::load()
load a model from cache
Services_Ebay_Cache::setExpiry()
set the expiry type
Services_Ebay_Cache::store()
store model data in the cache

Class Details

[line 26]
Very simple filesystem cache

$Id$

  • Author: Stephan Schmidt <schst@php.net>
  • Todo: add some checks before writing files


[ Top ]


Method Detail

load   [line 36]

array|boolean load( string $Type, string $Key, integer $DetailLevel)

load a model from cache
  • Access: public

Overrides Services_Ebay_Cache::load() (load a model from cache)

Parameters:

string   $Type   —  model type
string   $Key   —  primary key
integer   $DetailLevel   —  detail level

[ Top ]

store   [line 68]

boolean store( string $Type, string $Key, integer $DetailLevel, array $Props)

store model data in the cache
  • Access: public

Overrides Services_Ebay_Cache::store() (store model data in the cache)

Parameters:

string   $Type   —  model type
string   $Key   —  primary key
integer   $DetailLevel   —  detail level
array   $Props   —  properties

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:49:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.