Overview

Classes

  • Horde_Autoloader_Cache
  • Overview
  • Class
  • Tree

Class Horde_Autoloader_Cache

Horde_Autoloader_Default
Extended by Horde_Autoloader_Cache
Located at Horde/Autoloader/Cache.php
Methods summary
public
# __construct( )

Constructor.

Constructor.

Tries all supported cache backends and tries to retrieved the cached class map.

public
# __destruct( )

Destructor.

Destructor.

Tries all supported cache backends and tries to save the class map to the cache.

public string
# mapToPath( string $className )

Search registered mappers in LIFO order.

Search registered mappers in LIFO order.

Parameters

$className
TODO.

Returns

string
TODO
public boolean
# prune( )

Prunes the autoloader cache.

Prunes the autoloader cache.

Returns

boolean
True if pruning succeeded.
Constants summary
integer APC
# 1
integer XCACHE
# 2
integer EACCELERATOR
# 3
integer TEMPFILE
# 4
API documentation generated by ApiGen