Example usage for org.apache.shiro.cache CacheManagerAware interface-usage

List of usage examples for org.apache.shiro.cache CacheManagerAware interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.cache CacheManagerAware interface-usage.

Usage

From source file org.workin.security.shiro.session.CustomSessionDAO.java

/**
 * @description Shiro?DAO
 * @author  <a href="mailto:code727@gmail.com">?</a>
 * @version 1.0
 */
public class CustomSessionDAO extends AbstractSessionDAO implements CacheManagerAware, InitializingBean {