Interface DataStorage

All Known Implementing Classes:
PersistentStorageBean

public interface DataStorage
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
     
    void
    put(String key, Object value)