com.myJava.file.driver.hash
Class HashCache

java.lang.Object
  extended by com.myJava.file.driver.hash.HashCache

public class HashCache
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
HashCache()
           
 
Method Summary
protected  void clearCache()
           
protected  java.lang.String getFullName(java.lang.String hash)
           
protected  void registerFullName(java.lang.String hash, java.lang.String fullName)
           
protected  void removeFullName(java.lang.String hash)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashCache

public HashCache()
Method Detail

registerFullName

protected void registerFullName(java.lang.String hash,
                                java.lang.String fullName)

getFullName

protected java.lang.String getFullName(java.lang.String hash)

removeFullName

protected void removeFullName(java.lang.String hash)

clearCache

protected void clearCache()

size

public int size()