public final class ConfigM extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key |
long |
lastModified |
String |
value |
| 限定符和类型 | 方法和说明 |
|---|---|
org.noear.weed.cache.ICacheServiceEx |
getCh() |
org.noear.weed.cache.ICacheServiceEx |
getCh(String keyHeader,
int defSeconds)
获取 cache:ICacheServiceEx
|
org.noear.weed.DbContext |
getDb() |
org.noear.weed.DbContext |
getDb(boolean pool) |
int |
getInt(int def)
转为Int
|
long |
getLong(long def)
转为Long
|
org.noear.snack.ONode |
getNode() |
<T> T |
getObject(Class<T> clz) |
PropertiesM |
getProp() |
static PropertiesM |
getProp(String text) |
RedisX |
getRd()
获取 rd:RedisX
|
RedisX |
getRd(int db) |
RedisX |
getRd(int db,
int maxTotaol) |
String |
getString() |
String |
getString(String def) |
public final String key
public final long lastModified
public final String value
public String getString()
public int getInt(int def)
public long getLong(long def)
public PropertiesM getProp()
public static PropertiesM getProp(String text)
public org.noear.snack.ONode getNode()
public <T> T getObject(Class<T> clz)
public RedisX getRd()
public RedisX getRd(int db)
public RedisX getRd(int db, int maxTotaol)
public org.noear.weed.cache.ICacheServiceEx getCh(String keyHeader, int defSeconds)
public org.noear.weed.cache.ICacheServiceEx getCh()
public org.noear.weed.DbContext getDb()
public org.noear.weed.DbContext getDb(boolean pool)
Copyright © 2020. All rights reserved.