ggssh / QuickCached

QuickCached is a memcached server implementation in Java based on QuickServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickCached

QuickCached is a pure Java implementation of Memcached server based on QuickServer. It is a open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.

QuickCached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

QuickCached is simple yet powerful. Its simple design promotes quick deployment, ease of development, and solves many problems facing large data caches.

Website

Forum

License, Copyright

QuickCached - A memcached server implementation in Java

Copyright (C) 2011-2017 QuickServer Lab

Website : http://www.quickcached.org/

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Note: The GNU LGPL v2.1 is included in the file "license.txt" for your convenience.

Other Libraries/Tools Used

QuickCached uses the following third party libraries and would like to thank all of them for making life easier for developers.

-- Included Jars/Libraries -- QuickServer: http://www.quickserver.org/

QuickServer is an open source Java library/framework for quick creation of robust multi-client TCP server applications.

whirlycache: https://whirlycache.dev.java.net/

Whirlycache is a fast, flexible in-process cache for Java objects that differs in design philosophy from existing cache implementations. It includes pluggable implementations (FastHashMap, ConcurrentHashMap) and eviction policies.

-- Non-Included Jars/Libraries -- JUnit : A framework to write repeatable tests.

Date: 12 Aug 2017

Copyright (C) 2011-2017 QuickServer Lab https://code.google.com/p/quickcached/ https://github.com/QuickServerLab/QuickCached

About

QuickCached is a memcached server implementation in Java based on QuickServer

License:GNU Lesser General Public License v2.1


Languages

Language:Java 99.3%Language:Batchfile 0.5%Language:Shell 0.2%