com.atlassian.jira.cache
Class HashRegistryCacheImpl

java.lang.Object
  extended by com.atlassian.jira.cache.HashRegistryCacheImpl
All Implemented Interfaces:
HashRegistryCache

public class HashRegistryCacheImpl
extends Object
implements HashRegistryCache

Soft-referenced cache of the expensive-to-generate ModzDetector hash registry.

Since:
v3.13

Constructor Summary
HashRegistryCacheImpl()
           
 
Method Summary
 com.atlassian.modzdetector.Modifications getModifications()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashRegistryCacheImpl

public HashRegistryCacheImpl()
Method Detail

getModifications

public com.atlassian.modzdetector.Modifications getModifications()
                                                          throws com.atlassian.modzdetector.ModzRegistryException
Specified by:
getModifications in interface HashRegistryCache
Throws:
com.atlassian.modzdetector.ModzRegistryException


Copyright © 2002-2014 Atlassian. All Rights Reserved.