메소드 | 설명 | |
---|---|---|
clear ( ) : void | Clears all cached queries for the supplied function reflection. | |
getCacheAdapter ( ) : Pinq\Caching\ICacheAdapter | Returns the underlying cache implementation. | |
remove ( string $hash ) : void | Removes the cached query with the associated hash. | |
save ( string $hash, Pinq\Queries\IQuery $query ) : void | Cache the supplied query associated with its hash. | |
tryGet ( string $hash ) : Pinq\Queries\IQuery | null | Attempt to get the cached query of the supplied hash. |
public getCacheAdapter ( ) : Pinq\Caching\ICacheAdapter | ||
리턴 | Pinq\Caching\ICacheAdapter |