A wrapper around another {@link Storage} that also maintains a referencecounter. The inner storage gets deleted only if the reference counter reaches zero.
Reference counting is used to delete the storage when it is no longer needed. So, any users of this class should note:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|