public static
NCachingHelper
|
#
create(
string
$key,
NCachingHelper
& $parents,
array
$args = NULL
)
Starts the output cache. Returns NCachingHelper object if buffering was started. Starts the output cache. Returns NCachingHelper object if buffering was started. Parameters$key string$parents NCachingHelper$args array |
public
void
|
#
save(
)
Stops and saves the cache. Stops and saves the cache. |
public
void
|
#
addFile(
string
$file
)
Adds the file dependency. Adds the file dependency. Parameters$file string |
protected static
NCache
|
#
getCache(
)
|