Download the PHP package cash/lrucache without Composer
On this page you can find all versions of the php package cash/lrucache. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cash/lrucache
More information about cash/lrucache
Files in cash/lrucache
Download cash/lrucache
More information about cash/lrucache
Files in cash/lrucache
Vendor cash
Package lrucache
Short Description An efficient memory-based Least Recently Used (LRU) cache
License MIT
Homepage https://github.com/cash/LRUCache
Package lrucache
Short Description An efficient memory-based Least Recently Used (LRU) cache
License MIT
Homepage https://github.com/cash/LRUCache
Please rate this library. Is it a good library?
Informations about the package lrucache
LRU Cache
Implements a non-persistent memory-based Least Recently Used cache.
The keys can be integers or strings. The values can be anything. Because this library uses array(), keys that are strings that contain an integer ("7") are cast to an integer. Therefore, there is no difference between the key "7" and the key 7.
All versions of lrucache with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package cash/lrucache contains the following files
Loading the files please wait ....