| Age | Commit message (Collapse) | Author |
|
|
|
|
|
implemented
o is_timeout( $channel )
o get_timeout( $channel )
o set_timeout( $channel, $time )
|
|
|
|
|
|
|
|
analyzer.
modified to FML::Error::Cache for cache writing.
|
|
define access method scheduler(). please use it e.g. $curproc->scheduler().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find(key, [mode]) where mode = scalar, array, array_ref
|
|
|
|
implement EXISTS(), DELETE(), CLEAR()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
switch DB from File::CacheDir to Tie::JournaledDir
|
|
|
|
|
|
add a few function prototypes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove AUTOLOAD()
|
|
|
|
($map, $address) -> ($map, $config, $address)
|
|
|
|
|
|
[mysql:id]
key = value
So, we have the 2nd level hash value such as
$config->{ key1 }->{ key2 } = $value
and read/write it.
|
|
|
|
o get_next_key() works now.
o disable some functions once.
|
|
new IO::Adapter $map, $config;
|
|
|
|
|