Coalevo Logo

net.coalevo.discussion.model
Interface Cachable

All Known Subinterfaces:
Ban, Subscription

public interface Cachable

Defines an interface for a simple cachable element.

Version:
1.0.0 (10/02/2009)
Author:
Dieter Wimberger (wimpi)

Method Summary
 boolean isDirty()
          Tests if this Cachable is dirty.
 void setDirty(boolean b)
          Sets the flag that indicates if this Cachable is dirty.
 

Method Detail

isDirty

boolean isDirty()
Tests if this Cachable is dirty.

Returns:
true if dirty, false otherwise.

setDirty

void setDirty(boolean b)
Sets the flag that indicates if this Cachable is dirty.

Parameters:
b - true if dirty, false otherwise.

Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)