# FilePhpInterface
Chevere\Interfaces\Filesystem\FilePhpInterface
# Description
Describes the component in charge of interact with .php
files.
# Methods
# __construct()
# Parameters
- FileInterface
$file
THROWS
# file()
Provides access to the FileInterface instance.
RETURN
# cache()
Applies OPCache.
THROWS
- FileNotExistsException
- RuntimeException If OPCache is disabled.
RETURN
void
# flush()
Flushes OPCache.
THROWS
- RuntimeException If OPCache is disabled.
RETURN
void