diff --git a/src/site/es/xdoc/java-api.xml b/src/site/es/xdoc/java-api.xml index bb2e4bd950e..5a11038f422 100644 --- a/src/site/es/xdoc/java-api.xml +++ b/src/site/es/xdoc/java-api.xml @@ -313,7 +313,13 @@ try (SqlSession session = sqlSessionFactory.openSession()) { @CacheNamespace Class <cache> - Configura la cache para un namespace (una clase). Atributos: implementation, eviction, flushInterval, size and readWrite. + Configura la cache para un namespace (una clase). Atributos: implementation, eviction, flushInterval, size, readWrite, blocking and properties. + + + @Property + N/A + <property> + Specifies the property value or placeholder(can replace by configuration properties that defined at the mybatis-config.xml). Attributes: name, value. (Available on MyBatis 3.4.2+) @CacheNamespaceRef diff --git a/src/site/ja/xdoc/java-api.xml b/src/site/ja/xdoc/java-api.xml index 67e1275039d..e64e487514e 100644 --- a/src/site/ja/xdoc/java-api.xml +++ b/src/site/ja/xdoc/java-api.xml @@ -321,7 +321,13 @@ try (SqlSession session = sqlSessionFactory.openSession()) { @CacheNamespace Class <cache> - アノテーションを付加したネームスペース(=クラス)に対するキャッシュを設定します。属性: implementation, eviction, flushInterval, size, readWrite + アノテーションを付加したネームスペース(=クラス)に対するキャッシュを設定します。属性: implementation, eviction, flushInterval, size, readWrite, blocking, properties + + + @Property + N/A + <property> + プロパティ値またはプレースホルダ(mybatis-config.xmlで定義した構成プロパティで置き換えすることができる)を指定します。属性: name, value。 (MyBatis 3.4.2+で利用可能) @CacheNamespaceRef diff --git a/src/site/ko/xdoc/java-api.xml b/src/site/ko/xdoc/java-api.xml index 44bcc25fd32..01f8882747a 100644 --- a/src/site/ko/xdoc/java-api.xml +++ b/src/site/ko/xdoc/java-api.xml @@ -409,9 +409,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) { Class <cache> 명명공간을 위한 캐시 설정 - 사용가능한 속성들 : implementation, eviction, flushInterval, size 그리고 readWrite. + 사용가능한 속성들 : implementation, eviction, flushInterval, size, readWrite, blocking 그리고 properties. + + @Property + N/A + <property> + Specifies the property value or placeholder(can replace by configuration properties that defined at the mybatis-config.xml). Attributes: name, value. (Available on MyBatis 3.4.2+) + @CacheNamespaceRef Class diff --git a/src/site/xdoc/java-api.xml b/src/site/xdoc/java-api.xml index 13a47ec537f..83daf24652b 100644 --- a/src/site/xdoc/java-api.xml +++ b/src/site/xdoc/java-api.xml @@ -326,8 +326,17 @@ try (SqlSession session = sqlSessionFactory.openSession()) { @CacheNamespace Class <cache> - Configures the cache for the given namespace (i.e. class). Attributes: implementation, - eviction, flushInterval, size, readWrite. + + Configures the cache for the given namespace (i.e. class). Attributes: implementation, + eviction, flushInterval, size, readWrite, + blocking, properties. + + + + @Property + N/A + <property> + Specifies the property value or placeholder(can replace by configuration properties that defined at the mybatis-config.xml). Attributes: name, value. (Available on MyBatis 3.4.2+) @CacheNamespaceRef diff --git a/src/site/zh/xdoc/java-api.xml b/src/site/zh/xdoc/java-api.xml index 606ce061b98..a1095017694 100644 --- a/src/site/zh/xdoc/java-api.xml +++ b/src/site/zh/xdoc/java-api.xml @@ -525,9 +525,15 @@ try (SqlSession session = sqlSessionFactory.openSession()) { (比如类) 配置缓存。 属性:implemetation,eviction, -flushInterval,size 和 readWrite。 +flushInterval,size,readWrite,blocking 和 properties。 + + @Property + N/A + <property> + Specifies the property value or placeholder(can replace by configuration properties that defined at the mybatis-config.xml). Attributes: name, value. (Available on MyBatis 3.4.2+) + @CacheNamespaceRef