[ ソース: libtie-hash-expire-perl ]
パッケージ: libtie-hash-expire-perl (0.03-3)
libtie-hash-expire-perl に関するリンク
Debian の資源:
libtie-hash-expire-perl ソースパッケージをダウンロード:
- [libtie-hash-expire-perl_0.03-3.dsc]
- [libtie-hash-expire-perl_0.03.orig.tar.gz]
- [libtie-hash-expire-perl_0.03-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
Perl module providing hashes with keys that expire after a user-set period
Hashes tied to Tie::Hash::Expire behave like normal hashes in all respects except that when a key is added or the value associated with a key is changed, the current time is stored, and after 'expire_seconds' the key and value are removed from the hash.
Resolutions finer than seconds are available if the module finds access to Time::HiRes.