org.jpox.cache
Interface Level1Cache

All Superinterfaces:
java.util.Map
All Known Implementing Classes:
HardRefCache, SoftRefCache, WeakRefCache

public interface Level1Cache
extends java.util.Map

Provides an interface for Level 1 caches. Currently we just require a Map, but interfacing this provides the flexibility to being able to add requirements in the future.

Version:
$Revision: 1.3 $

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 



Copyright © -2007 . All Rights Reserved.