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

com.github.jeckep.spark.Persister Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.github.jeckep.spark;

import java.io.Serializable;
import java.util.Map;

public interface Persister {
    void save(String sessionCookie, Map sessionAttrs, int expire);
    Map restore(String sessionCookie, int expire);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy