org.codehaus.gpars

groovyx.gpars.memoize
[Java] Class NullProtectionStorage

java.lang.Object
  groovyx.gpars.memoize.NullProtectionStorage

@java.lang.Deprecated
public final class NullProtectionStorage

Doesn't protect any resources. Used when the user agrees to have the whole cache eventually emptied by gc.

Authors:
Vaclav Pech Date: Jun 22, 2010


Constructor Summary
NullProtectionStorage()

 
Method Summary
void touch(java.lang.Object key, java.lang.Object value)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

NullProtectionStorage

NullProtectionStorage()


 
Method Detail

touch

@java.lang.SuppressWarnings}
public void touch(java.lang.Object key, java.lang.Object value)


 

Copyright © 2008–2013 Václav Pech. All Rights Reserved.