[Java] Class NullProtectionStorage
- org.codehaus.groovy.runtime.memoize.NullProtectionStorage
- All Implemented Interfaces and Traits:
- ProtectionStorage
public final class NullProtectionStorage extends Object
A NullObject pattern implementation for ProtectionStorage Doesn't protect any resources. Used when the user doesn't mind to eventually have the whole memoize cache emptied by gc.
- Authors:
- Vaclav Pech
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
touch(Object key, Object value) Does nothing |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail
public void touch(Object key, Object value)
Does nothing
- Parameters:
-
key
- The key of the element to renew -
value
- A value to newly associate with the key
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/memoize/NullProtectionStorage.html