CacheUtils
in package
Tags
Table of Contents
- clearDatabaseCache() : void
- Clears the jinya database cache
- clearOpcache() : void
- Clears the opcache, usually this is not necessary
- clearRouterCache() : void
- Clears the jinya router cache
- recreateRoutingCache() : void
- Recreates the jinya router cache
- invalidateCachedFiles() : void
Methods
clearDatabaseCache()
Clears the jinya database cache
public
static clearDatabaseCache() : void
Tags
Return values
void —clearOpcache()
Clears the opcache, usually this is not necessary
public
static clearOpcache() : void
Tags
Return values
void —clearRouterCache()
Clears the jinya router cache
public
static clearRouterCache() : void
Tags
Return values
void —recreateRoutingCache()
Recreates the jinya router cache
public
static recreateRoutingCache() : void
Tags
Return values
void —invalidateCachedFiles()
private
static invalidateCachedFiles(string $directory) : void
Parameters
- $directory : string