A high performance, distributed object caching system.
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This Port provides a native Java client.
Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load. This Port provides a native Java client.
To install java_memcached, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install java_memcached
To see what files were installed by java_memcached, run:
port contents java_memcached
To later upgrade java_memcached, run:
sudo port selfupdate && sudo port upgrade java_memcached
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.