JS Cache Class provided by System for caching JS in the Database.
| package |
SYSTEM\CACHE |
|---|
get(\SYSTEM\CACHE\sha1 $ident, boolean $header = false) : mixed
\SYSTEM\CACHE\sha1String Identifier for the cached Content
booleanSend Header
mixedReturns the requested Cache Content or NULL
ident(array $files) : \SYSTEM\CACHE\sha1
arrayList of Files to be cached into one Cacheentry
\SYSTEM\CACHE\sha1Returns the requested Ident
minify(array $files) : \SYSTEM\CACHE\url
arrayList of Files to be cached into one Cacheentry
\SYSTEM\CACHE\urlReturns the requested Cache-URL
put(\SYSTEM\CACHE\sha1 $ident, integer $data) : mixed
\SYSTEM\CACHE\sha1String Identifier for the cached Content
integerData to cache
mixedReturns the cached Cache Content or NULL
CACHE_JS