معرفی شرکت ها


golang-github-renekroon-ttlcache-dev_1.6.0+ds-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

In-memory string-interface{} map with expiration for Golang
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Focal-20.04
مخزن Ubuntu universe all
نام بسته golang-github-renekroon-ttlcache-dev
نام فایل بسته golang-github-renekroon-ttlcache-dev_1.6.0+ds-1_all.deb
نسخه بسته 1.6.0+ds
انتشار بسته 1
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/ReneKroon/ttlcache
مجوز -
حجم دانلود 9252
حجم نصب 45
TTLCache is a simple key/value cache in golang with the following functions: . - Thread-safe - Individual expiring time or global expiring time, you can choose - Auto-Extending expiration on Get - DNS style TTL, see SkipTtlExtensionOnHit(bool) - Fast and memory efficient - Can trigger callback on key expiration . Project TTLCache was forked from wunderlist/ttlcache to add extra functions not available in the original scope. The main differences are: . - An item can store any kind of object, previously, only strings could be saved - Optionally, you can add callbacks to: check if a value should expire, be notified if a value expires, and be notified when new values are added to the cache - The expiration can be either global or per item - Can exist items without expiration time - Expirations and callbacks are realtime


نیازمندی

مقدار نام
- golang-github-stretchr-testify-dev


نحوه نصب


نصب پکیج deb golang-github-renekroon-ttlcache-dev:

    sudo apt-get install golang-github-renekroon-ttlcache-dev_1.6.0+ds-1_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-renekroon-ttlcache-dev/changelog.Debian.gz
./usr/share/doc/golang-github-renekroon-ttlcache-dev/copyright
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/cache.go
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/cache_test.go
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/go.mod
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/go.sum
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/item.go
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/item_test.go
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/priority_queue.go
./usr/share/gocode/src/github.com/ReneKroon/ttlcache/priority_queue_test.go