jar

com.whirlycott : whirlycache

Maven & Gradle

Sep 16, 2011
2 usages
12 stars

Whirlycache · Super high-speed Java object cache

Table Of Contents

Latest Version

Download com.whirlycott : whirlycache JAR file - Latest Versions:

All Versions

Download com.whirlycott : whirlycache JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.7.x

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 whirlycache-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.whirlycott.cache.component.store

├─ com.whirlycott.cache.component.store.WhirlycacheStore.class - [JAR]

com.whirlycott.cache.impl

├─ com.whirlycott.cache.impl.AbstractMapBackedCache.class - [JAR]

├─ com.whirlycott.cache.impl.ConcurrentHashMapImpl.class - [JAR]

├─ com.whirlycott.cache.impl.FastHashMapImpl.class - [JAR]

├─ com.whirlycott.cache.impl.SynchronizedHashMapImpl.class - [JAR]

com.whirlycott.cache.policy

├─ com.whirlycott.cache.policy.AddedComparator.class - [JAR]

├─ com.whirlycott.cache.policy.CountComparator.class - [JAR]

├─ com.whirlycott.cache.policy.ExpirationTimePredicate.class - [JAR]

├─ com.whirlycott.cache.policy.FIFOMaintenancePolicy.class - [JAR]

├─ com.whirlycott.cache.policy.LFUMaintenancePolicy.class - [JAR]

├─ com.whirlycott.cache.policy.LRUMaintenancePolicy.class - [JAR]

├─ com.whirlycott.cache.policy.NullPolicy.class - [JAR]

├─ com.whirlycott.cache.policy.UsedComparator.class - [JAR]

com.whirlycott.cache

├─ com.whirlycott.cache.Cache.class - [JAR]

├─ com.whirlycott.cache.CacheConfiguration.class - [JAR]

├─ com.whirlycott.cache.CacheDecorator.class - [JAR]

├─ com.whirlycott.cache.CacheException.class - [JAR]

├─ com.whirlycott.cache.CacheMaintenancePolicy.class - [JAR]

├─ com.whirlycott.cache.CacheManager.class - [JAR]

├─ com.whirlycott.cache.Cacheable.class - [JAR]

├─ com.whirlycott.cache.Constants.class - [JAR]

├─ com.whirlycott.cache.Item.class - [JAR]

├─ com.whirlycott.cache.ManagedCache.class - [JAR]

├─ com.whirlycott.cache.Messages.class - [JAR]

├─ com.whirlycott.cache.RecordKeeper.class - [JAR]

com.whirlycott.cache.hibernate

├─ com.whirlycott.cache.hibernate.WhirlycachePlugin.class - [JAR]

├─ com.whirlycott.cache.hibernate.WhirlycacheProvider.class - [JAR]

com.whirlycott.cache.servlet

├─ com.whirlycott.cache.servlet.CacheManagerListener.class - [JAR]

Advertisement