public class EhcacheStorage extends BaseStorage
Storage.ListResultsOrder
Constructor and Description |
---|
EhcacheStorage(net.sf.ehcache.Ehcache cache) |
Modifier and Type | Method and Description |
---|---|
ProfilerImpl |
load(java.util.UUID id)
Returns a previously saved profiling session.
|
void |
save(ProfilerImpl profiler)
Stores the given profiling information
|
getUnviewedIds, list, setUnviewed, setViewed
public void save(ProfilerImpl profiler)
Storage
profiler
- the profiling information to storepublic ProfilerImpl load(java.util.UUID id)
Storage
id
- the id of the profiling session to fetch