kernel/private/rest/classes/cache/apc.php
File containing ezpRestCacheStorageApcCluster class
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- kernel
- Version
- 4.6.0
\ezpRestCacheStorageApcCluster
Package: kernel
Parameters
Details
File containing ezpRestCacheStorageApcCluster class
- Parent(s)
- \ezcCacheStorageApcPlain
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties
Methods


__construct(
$location
=
null, $options
=
array()
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$location | ||
$options |


delete(
$id
=
null, $attributes
=
array(), $search
=
false
)
:
void
Direct delete instruction. Registry will be stored
Parameters
Details
Name | Type | Description |
---|---|---|
$id | ||
$attributes | ||
$search |
- See
- \lib/ezc/Cache/src/storage/ezcCacheStorageMemory::delete()


getExpiryTime(
$id
)
:
void
Returns cluster expiry timestamp for given $id
Parameters
Name | Type | Description |
---|---|---|
$id |


restore(
$id, $attributes
=
array(), $search
=
false
)
:
void
Override from {@link ezcCacheStorageMemory::restore()} to add a cluster cache control, driven by {@link eZExpiryHandler} (expiry.php)
Parameters
Details
Name | Type | Description |
---|---|---|
$id | ||
$attributes | ||
$search |
- See
- \lib/ezc/Cache/src/storage/ezcCacheStorageMemory::restore()


store(
$id, $data, $attributes
=
array()
)
:
void
Direct store instruction.
Makes the registry to be stored
Name | Type | Description |
---|---|---|
$id | ||
$data | ||
$attributes |
- See
- \lib/ezc/Cache/src/storage/ezcCacheStorageMemory::store()