MemoryCache
Memory Cache Driver (cache in memory for current request only)
-
new MemoryCache()
-
$memoryCache->created()
-
$memoryCache->enabled()
-
$memoryCache->exists()
-
$memoryCache->expired()
-
$memoryCache->expires()
-
$memoryCache->flush()
-
$memoryCache->get()
-
$memoryCache->getOrSet()
-
$memoryCache->modified()
-
$memoryCache->options()
-
$memoryCache->remove()
-
$memoryCache->retrieve()
-
$memoryCache->set()