Sha256: 1990e644575646f7bed09169db55d7425e246710046cc2c37ea7befb6e3a6357

Contents?: true

Size: 997 Bytes

Versions: 47

Compression:

Stored size: 997 Bytes

Contents

.. -*- rst -*-

.. highlightlang:: none

cache_limit
===========

名前
----

cache_limit - cacheサイズの設定・取得

書式
----
::

 cache_limit max

説明
----

groonga組込コマンドの一つであるcache_limitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。

cache_limitは、クエリキャッシュの最大件数を取得したり設定したりします。

引数
----

``max``

  クエリキャッシュの最大件数を整数で指定します。
  maxが指定されなかった場合には、クエリキャッシュの最大件数は変更せず、
  現在の設定値のみが返されます。

返値
----

json
^^^^

::

 [以前の設定値]

 ``以前の設定値``

   すでに設定されていたクエリキャッシュの最大件数を返す。

例
--
::

 cache_limit 4
 [100]

Version data entries

47 entries across 16 versions & 1 rubygems

Version Path
rroonga-1.2.7-x86-mswin32 vendor/local/share/doc/groonga/source/commands/cache_limit.txt
rroonga-1.2.7-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/cache_limit.txt
rroonga-1.2.7-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/cache_limit.txt
rroonga-1.2.7-x86-mingw32 vendor/local/share/doc/groonga/source/commands/cache_limit.txt
rroonga-1.2.5-x86-mingw32 vendor/local/share/doc/groonga/ja/html/_sources/commands/cache_limit.txt
rroonga-1.2.5-x86-mingw32 vendor/local/share/doc/groonga/en/html/_sources/commands/cache_limit.txt
rroonga-1.2.5-x86-mingw32 vendor/local/share/doc/groonga/source/commands/cache_limit.txt