Protege 3.3.1

edu.stanford.smi.protege.util.transaction
Interface LosslessCache<V,R>

All Superinterfaces:
Cache<V,R>
All Known Implementing Classes:
LosslessCacheImpl

public interface LosslessCache<V,R>
extends Cache<V,R>

This cache is the same as the Cache interface except it indicates that the cache cannot forget data. This is important for the session caches because we use these caches to determine if a value for a variable is only seen within the session's transaction or whether it is a value that is seen by all.

Author:
tredmond

Method Summary
 
Methods inherited from interface edu.stanford.smi.protege.util.transaction.Cache
isCached, readCache, removeCacheEntry, writeCache
 


Protege 3.3.1

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2007 Stanford University.