@@ -195,6 +195,14 @@ public class LispElement {
return this.value.toString();
}
+ /**
+ * Indique le nombre actuel d'element en cache
+ * @return
+ */
+ public static int getCacheSize() {
+ return cache.size();
+ }
+
/**
* Supprime le cache
*/