jautil.avatar
Class AvatarsCacheHandler

java.lang.Object
  extended by jautil.cache.JACacheHandler
      extended by jautil.avatar.AvatarsCacheHandler

public class AvatarsCacheHandler
extends JACacheHandler

An avatars cache handler provides access to a local cache for remote avatar definition files and other remote avatar-related data files, notably avatar properties files.

This is a singleton class. The given JVM's avatars cache handler can be obtained, after creation if necessary, using the static factory method getTheACH().

This class is a concrete subclass of JACacheHandler.

The root directory for the avatars cache is .jasigning/JA_VERSION_TAG/avatars/ under the given user's base directory, where the middle component identifies the JA version for the current JVM.


Method Summary
static AvatarsCacheHandler getTheACH()
          Singleton factory method: returns the single avatars cache handler for this JVM, having first created it if necessary.
 
Methods inherited from class jautil.cache.JACacheHandler
ensureCached, getCachedDataURL, getDataFileURL, getDataFileURLStr, hasACacheEntry, isCached
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTheACH

public static AvatarsCacheHandler getTheACH()
Singleton factory method: returns the single avatars cache handler for this JVM, having first created it if necessary.