Method | Description | |
---|---|---|
LocalCache ( String keyHeader, int defSeconds ) : System | ||
LocalCache ( String keyHeader, int defSeconds, int recordMax ) : System | ||
get ( String key ) : Object | ||
getCacheKeyHead ( ) : String | ||
getDefalutSeconds ( ) : int | ||
remove ( String key ) : void | ||
store ( String key, Object obj, int seconds ) : void |
public LocalCache ( String keyHeader, int defSeconds ) : System | ||
keyHeader | String | |
defSeconds | int | |
return | System |
public LocalCache ( String keyHeader, int defSeconds, int recordMax ) : System | ||
keyHeader | String | |
defSeconds | int | |
recordMax | int | |
return | System |
public store ( String key, Object obj, int seconds ) : void | ||
key | String | |
obj | Object | |
seconds | int | |
return | void |