DOC

ashkay : ashkay

Maven & Gradle

Sep 20, 2005

Ashkay Java Caching · How many classes does it take to make a cache? 60? 80? You might think so if you look at the other caches on the market. Ashkay is a streamlined, simple cache that in many ways is more powerful than the other mainstream caches. Ashkay is a strategy based caching tool. In most cases, you might be using a configuration file to tell the cache what rules it should obey. Or, you might just be setting properties on the cache. I have never liked this model as it limits me, the user of the cache to strategies the developer decided were important. Instead, Ashkay lets you choose the strategy(ies) to use when caching certain objects. Of course, a few of the most handy strategies are pre-packaged, but implementing a new one is a simple as can be. Ashkay is a fork of <a href="http://xot.sf.net">xot</a> caching code. Made more sense on its own.

Table Of Contents

Latest Version

Download ashkay : ashkay Javadoc & API Documentation - Latest Versions:

All Versions

Download ashkay : ashkay Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.6

How to open Javadoc JAR file in web browser

  1. Rename the file ashkay-0.6-javadoc.jar to ashkay-0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ashkay-0.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "ashkay-0.6-sources.jar" -d "ashkay-0.6-javadoc" -subpackages 

Advertisement