BUG-6650: ep-ip/sgt, propose sxp-generator
[groupbasedpolicy.git] / sxp-integration / sxp-ep-provider / src / main / java / org / opendaylight / groupbasedpolicy / sxp / ep / provider / impl / SimpleCachedDao.java
index 913274bd367d3b0ca79c4a1875f02514fc68517d..21ae5944d035176b1cad5f4ee4f1a467d895b07c 100644 (file)
@@ -47,4 +47,9 @@ public interface SimpleCachedDao<K, V> extends SimpleDao<K, V> {
      * @return unmodifiable iterator through all cached values
      */
     Iterable<V> values();
+
+    /**
+     * @return unmodifiable iterator through all cached keys
+     */
+    Iterable<K> keySet();
 }