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

org.devnull.client.spring.cache.PropertiesObjectStore.groovy Maven / Gradle / Ivy

There is a newer version: 1.6.0.M1
Show newest version
package org.devnull.client.spring.cache

public interface PropertiesObjectStore {
    void put(String environment, String name, Properties properties)
    Properties get(String environment, String name)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy