All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.picocontainer.web.Cache Maven / Gradle / Ivy

There is a newer version: 2.5.1
Show newest version
package org.picocontainer.web;

public interface Cache {
    Object get(Object key);
    void put(Object key, Object toCache);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy