jar

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 JAR file - Latest Versions:

All Versions

Download ashkay : ashkay JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ashkay-0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.sf.ashkay

├─ net.sf.ashkay.CacheEntry.class - [JAR]

├─ net.sf.ashkay.CachingStrategy.class - [JAR]

├─ net.sf.ashkay.CreationException.class - [JAR]

├─ net.sf.ashkay.LazyObjectFactory.class - [JAR]

├─ net.sf.ashkay.ObjectCache.class - [JAR]

├─ net.sf.ashkay.ObjectFactory.class - [JAR]

net.sf.ashkay.strategies

├─ net.sf.ashkay.strategies.FullCachingStrategy.class - [JAR]

├─ net.sf.ashkay.strategies.LastModifiedCachingStrategy.class - [JAR]

├─ net.sf.ashkay.strategies.NullCachingStrategy.class - [JAR]

├─ net.sf.ashkay.strategies.SoftReferenceCacheEntry.class - [JAR]

├─ net.sf.ashkay.strategies.SoftReferenceCachingStrategy.class - [JAR]

├─ net.sf.ashkay.strategies.TimeExpirationCachingStrategy.class - [JAR]

Advertisement