Package ch.entwine.weblounge.common.request

Examples of ch.entwine.weblounge.common.request.CacheTag


   * .
   */
  @Test
  public void testAddTags() {
    List<CacheTag> tags = new ArrayList<CacheTag>();
    CacheTag t = new CacheTagImpl("u", "uvalue");
    tags.add(t);
    handle.addTags(tags);
    assertTrue(handle.containsTag(t));
  }
View Full Code Here

TOP

Related Classes of ch.entwine.weblounge.common.request.CacheTag

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.