TTL_ONE_YEAR
TTL_ONE_YEAR = 31556926
init(string $namespace, string $directory) : void
Sets up the caching folder with the given namespace.
With phpDocumentor you can set the caching folder in your configuration; this poses an interesting problem with the default FilesystemAdapter of Symfony as that only allows you to set the caching folder upon instantiation.
string | $namespace | |
string | $directory |