All Projects → vvakame → memvache

vvakame / memvache

Licence: other
No description, website, or topics provided.

Programming Languages

java
68154 projects - #9 most used programming language

Travis-CI (master) Build Status

Travis-CI (develop) Build Status

Memvache

Memvache is a reduce pricing library for GAE/J. licensed under Apache License 2.0.


How to use

Please add this settings.

web.xml

<filter>
	<filter-name>memvache</filter-name>
	<filter-class>net.vvakame.memvache.MemvacheFilter</filter-class>
</filter>
<filter-mapping>
	<filter-name>memvache</filter-name>
	<url-pattern>/*</url-pattern>
</filter-mapping>

Alghorithm

For the Japanese

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].