Class \Prado\I18N\core\MessageCache
Cache the translation table into the file system.
It can cache each cataloug+variant or just the whole section.
Class hierarchy
Author: $Author: weizhuo $
public
|
|
public
|
clean(string $catalogue, string $culture) : mixed
Clean up the cache for the specified section and locale.
|
public
|
|
public
|
get(string $catalogue, string $culture[, int $lastmodified = 0 ]) : mixed
Get the data from the cache.
|
public
|
|
public
|
save(array<string|int, mixed> $data, string $catalogue, string $culture) : mixed
Save the data to cache for the specified section and locale.
|
public
|
|
protected
|
getGroup(string $catalogue, string $culture) : mixed
Get the cache file GROUP based section and locale.
|
protected
|
|