Interface Cacheable

  • All Superinterfaces:
    Cloneable, Identifiable, Serializable

    public interface Cacheable
    extends Identifiable
    Objects that can be cached should implement this interface. It allows for retrieving the identifier that is used for caching.

    Created by Jeff Gaynor
    on Nov 26, 2010 at 11:49:20 AM