SCSS Cache Class provided by System for compiling and caching SCSS in the Database.
| package |
SYSTEM\CACHE |
|---|
get(\SYSTEM\CACHE\sha1 $file, boolean $header = false) : mixed
\SYSTEM\CACHE\sha1Filepath for the cached Content
booleanSend Header
mixedReturns the requested Cache Content or NULL
ident(string $file) : \SYSTEM\CACHE\sha1
stringFilepath to be cached
\SYSTEM\CACHE\sha1Returns the requested Ident
put(\SYSTEM\CACHE\sha1 $file, integer $data) : mixed
\SYSTEM\CACHE\sha1Filepath of the Content
integerData to cache
mixedReturns the cached Cache Content or NULL
url(array $file) : \SYSTEM\CACHE\url
arrayFilepath to be cached
\SYSTEM\CACHE\urlReturns the requested Cache-URL
CACHE_SCSS