ehcache

net.sf.ehcache
Interface Disposable

All Known Implementing Classes:
TerracottaBootstrapCacheLoader

public interface Disposable

A Disposable is a resource that needs to release other resources when it is no longer needed. Resources registered with a CacheManager (or Cache), will have this method called whenever they are disposed themselves...

Since:
2.5.0
Author:
Alex Snaps

Method Summary
 void dispose()
          Disposes the resource and releases any system resources associated with it.
 

Method Detail

dispose

void dispose()
Disposes the resource and releases any system resources associated with it. If the resource was already disposed of, this has no effect


ehcache

Copyright 2001-2015, Terracotta, Inc.