SessionArray() 공개 정적인 메소드

Create a cache instance with SessionArray cache driver.
public static SessionArray ( ) : CacheStorage
리턴 CacheStorage
예제 #1
0
 public function setUp()
 {
     Cache::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     $this->instance = Cache::SessionArray();
 }