Class TCacheDependencyList
TCacheDependencyList class.
TCacheDependencyList represents a list of cache dependency objects. Only
objects implementing ICacheDependency
can be added into this list.
TCacheDependencyList can be used like an array. See TList
for more
details.
- TComponent
-
TList implements IteratorAggregate, ArrayAccess, Countable
-
TCacheDependencyList
Package: System\Caching
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.0
Located at Caching/TCache.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.1.0
Located at Caching/TCache.php
public
|
#
insertAt( integer $index, mixed $item )
Inserts an item at the specified position. This overrides the parent implementation by performing additional type checking for each newly added item. |
__construct(),
add(),
clear(),
contains(),
copyFrom(),
count(),
getCount(),
getIterator(),
getReadOnly(),
indexOf(),
insertAfter(),
insertBefore(),
itemAt(),
mergeWith(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
removeAt(),
setReadOnly(),
toArray()
|
GLOBAL_RAISE_EVENT_LISTENER
|